ID:171477
 
how do i make a spawn time for nehing like say i have so many monsters on map and usr kills them all how do i make where after a certian sleep time it will make more plz help me or sumtin?
Your first problem is that you are using "usr" where it shouldn't be.

Specifically, in place of "players" or "a player."
In response to Garthor
call me a newb but how is that supposed to help me i mean all i need to know is that is i were to use sumtin like sleep(900) then what would i put in to spawn a new monster?
In response to Smokymcpot
proc
Respawn()
world.Repop()
spawn(900) Respawn()
In response to Dession
dont they need spawn locations?
In response to Steem
they come back where they were first placed.