Quote:
Originally Posted by MrOmega
O_o I have to try this tomorrow, never heard of it.
|
It only works in the Control-NPC
PHP Code:
function onRCChat(cmd){
switch(cmd){
case "reset":
sendtorc("/reset" SPC params[1]);
break;
default:
sendtorc("Commands")
sendtorc("/npc reset account - resets player ");
break;
}
}