tunpal may u fix leevens script to final one ? thx
ahhh also thx to leev 4 his work xd
try to change this
create
{
scriptName "goldrushgate_obj"
classname "team_WOLF_objective"
targetname "goldrushgate_obj"
origin "2896 1569 -415" // z = CC_FILTER_ALLIES(5)
[s] spawnflags 2 // TEAM_ALLIES[/s]
}
replace
spawnflags 2 to
1 //TEAM_AXISchange it for all create commands
then
replace
"team_CTF_bluespawn" by
"team_CTF_redspawn"create
{
classname [s]"team_CTF_bluespawn"[/s] // make "team_CTF_redspawn" instead
scriptname "goldrush_spawn1"
targetname "goldrush_spawn"
spawnflags 2 // make 1 for axis_team
origin "2896 1569 -415"
angle "-89"
}
replace autosetspawn too !!
remove wm_announce "^2Tank has been stolen"
wm_announce "^2Construct tank barriers"
from line 289 to 290
need some time to investigate it all