Quote:
Originally Posted by Switch
Okay then, use this on that I posted above xD:
PHP Code:
//#CLIENTSIDE
function onPlayerDies() { //function for when the player dies
setlevel2("hospital.nw",30,30); //syntax: setlevel2(LevelNameInString,x,y);
}
|
setlevel2 won't work on the clientside, it did work before gs2, but no longer..