Thread: Spawn Point
View Single Post
  #20  
Old 10-15-2007, 04:51 PM
johny023 johny023 is offline
Registered User
Join Date: Dec 2006
Posts: 36
johny023 is on a distinguished road
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
Reply With Quote