Help

[03] Dose Of Crown
Joined 25/02/2019
Posts 3,163
12:09 AM 08/03/2019
i needs helps with scripts uhhh
i needs script that respawns you when you fall off the map


[USSR] instinctive_undertow
Joined 09/02/2019
Posts 7,893
12:14 AM 08/03/2019
Look down the list of threads, someone posted about it.


[PD] Illusionism
Joined 23/01/2019
Posts 245
02:35 AM 19/03/2019
gochu fam

respawn = '
with obj_client {
if(id.zPos < -100) {
playerRespawn(id)
}
}
schedule(0,respawn)
';

execute_string(respawn)

1