Server Script

How can i script the maps
so when the objective is complete the map DOES NOT end?

iv been playing with the braundorf_b4.script and still no luck any help?
Comments
9
non baby reply please?
pm a server owner? google?
dont exec objectivecycle.cfg?!
Parent
Its done with admin mod afaik..
Parent
copy the original script out from the .pk3, put it into etpro/etpromapscripts (or whatever you've called your scriptdir) and search for: trigger endgame

edit: wm_setwinner 1
to
wm_setwinner -1

remove: wm_endround
thank you this was the comment i wanted 1ce i have uploaded this

do i need to restart the server or just change the map?
Parent
it is not working still :/

trigger endgame
{

wait 5000

wm_objective_status 2 1 1
wm_objective_status 2 0 2

// Set the round winner: 0 == AXIS, 1 == ALLIED
wm_setwinner -1

// End the round
(deleted wm_endround from here)

wait 500
}
Parent
Back to top