zombiesurvival-evolved/gamemodes/zombiesurvival/gamemode/maps/zm_infected.lua
2014-10-01 20:49:54 -04:00

5 lines
116 B
Lua

ROUNDTIME = 1500
hook.Add("PlayerInitialSpawn", "SendAlteredTime", function(pl)
pl:SendLua("ROUNDTIME=1500")
end)