Quote:
Originally Posted by johny023
if (playerenters) {
toweapons -spawn;
}
if (playerdies){
sleep 0.1;
setlevel2 levelname.nw,x,y;
}
that's what i use for re spawning but my world is offline and i don't have a npc server so it may not work for you
|
1) That isn't setup right.
2) There's no distinct client/server side to this script.