View Single Post
  #23  
Old 02-11-2004, 10:44 PM
KuJiGX KuJiGX is offline
Registered User
Join Date: Dec 2003
Location: New York
Posts: 52
KuJiGX is on a distinguished road
Send a message via AIM to KuJiGX
If your a new and u just start then u'd have to make the Control-NPC auto-warp them and set that they've been reset or something. As thats how i do my resetting.

and to fix it.
NPC Code:
//#CLIENTSIDE
if (playerchats) { //Im sure you know what this does.
if (strequals(#c,unstick me) || strequals(#c,unstuck me)) { //Checks if they say unstick/unstuck me.
setplayerprop#c,Pwned.; //you can change the text if you plz
}
}



And didn't warcaptain save trials accts in a database so when they logged on it auto-loaded it.
__________________
-KuJi
Reply With Quote