Binsky wrote: |
; These are the coords where each team's players respawn.
[NewSpawn]
0=0,0 , 0,0
1=0,0 , 0,0
; These are bounding rectangles where each team's players respawn.
; Format: x1, y1, x2, y2
; x1, y1---
; | |
; | |
; ---x2, y2
[OldSpawn]
0=0,0 , 0,0
1=0,0 , 0,0
|
This is probably the reason why it crashes/doesn't work.
Binsky - Fri Aug 24, 2007 7:44 am
Post subject:
I put the player spawns in the server.cfg though...
Maverick - Fri Aug 24, 2007 8:31 am
Post subject:
yes but that is not enough since the bot doesn't get his settings out the arena settings (server.cfg in your case).
Binsky - Fri Aug 24, 2007 8:57 am
Post subject:
Alright
; These are the coords where each team's players respawn.
[NewSpawn]
0=0,0 , 0,0
1=0,0 , 0,0
There 2 setts of coords there for x1 y1 x2 y2 and the same for
[OldSpawn]
0=0,0 , 0,0
1=0,0 , 0,0
Do i just put the same spawns both times?