Thread: NEED HELp!
View Single Post
  #7  
Old 09-17-2008, 02:54 AM
Frankie Frankie is offline
xChugxLifex
Frankie's Avatar
Join Date: Feb 2008
Location: New York
Posts: 1,610
Frankie is a jewel in the roughFrankie is a jewel in the rough
Send a message via AIM to Frankie Send a message via MSN to Frankie
it needs to be in the control-npc script.

and be a bit more calm when asking for help.
PHP Code:
function onActionPlayerOnline()
{
  if (
player.clientr.reset == false)
  {
    
sendtorc("/reset" SPC player.account);
    
player.clientr.reset true;
    
savelog2("loginresetlog.txt"player.account SPC "has been reset!");
  }

__________________
*Sum41Freeeeek
*Frankie
Reply With Quote