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