I found this script that limits the spawn of props every X seconds:
[lua]
-- Gamemode starts
function GM:Initialize()
timer.Simple(x, SpawnProps)
end
function SpawnProps()
-- codemonkying
end
[/lua]
Can you make it to where it pops up a message saying "You cannot spawn another prop for (amount of seconds) seconds."
No since you commented out everything useful in it.
[QUOTE=Crazy Quebec;22622660]No since you commented out everything useful in it.[/QUOTE]
....
You said you had a script that actually did things, that is not it.
Oh... *facepalm*
Sorry, you need to Log In to post a reply to this thread.