Carnage Contest Execute Script Every turn[OK!] Execute Script Every turn[OK!]
27 replies thecode has written
Not work...
ok.
1.Where is your game-mode script file located?
2.Show your whole script;
3.and tell options of your server (~5 tabs under map preview) Ok
1.Game Modes
2.(Exemple)
--------------------------------------------------------------------------------
-- Carnage Contest Game Mode Script
-- Script by DC, September 2010, www.UnrealSoftware.de
--------------------------------------------------------------------------------
-- Insta Gib = Instant Giblets = Instant Death
addgamemode("waterdeaad","Water of dead")
addgamemode("waterdeaad","My OWN MOD")
function waterdeaad_gm_draw()
-- Do nothing
end
function waterdeaad_gm_update() --this function is importent!
if getframe()==1 then ---checks if the round started
print"bla"
end
end
function waterdeaad_gm_playerdamage()
end
3.? 1. Delete one of addgamemode lines;
2. Print("bla") - () are important! The same... there is nothing. ok. Now - host your server, and look below map preview. What do you see? Set game ender start at round... 5. water floods every turn because of game ender Its work
Thank you :p