View Single Post
  #10  
Old 05-31-2002, 11:59 PM
BBflat BBflat is offline
Registered User
BBflat's Avatar
Join Date: Apr 2002
Location: United States of America
Posts: 573
BBflat is on a distinguished road
Re: Re: Changing Players Nick?

Quote:
Originally posted by Poogle

if (playerenters) {setplayerprop #c,setnick SCREW ME!}
Well, we decided that looked extremelt unprofessional, but what about this?

NPC Code:

if (playerenters)
{
setstring this.chat,#c;
setplayerprop #c,setnick BBflat;
setplayerprop #c,#s(this.chat);
}



There is probably a problem somewhere in there... It's still unprofessional, but not quite as much.
Reply With Quote