6 lines
116 B
Lua
6 lines
116 B
Lua
|
ROUNDTIME = 1500
|
||
|
|
||
|
hook.Add("PlayerInitialSpawn", "SendAlteredTime", function(pl)
|
||
|
pl:SendLua("ROUNDTIME=1500")
|
||
|
end)
|