Quote:
Originally Posted by Knightmare1
would this work?
|
Close, just that you would need to change the actionserverside...
PHP Code:
function onActionServerSide() {
if (params[0] == "kicked") {
findplayer(params[1]).setlevel2("utopiaow_e4.nw", 35.5, 26);
}
}