
12-04-2001, 07:35 AM
|
|
Registered User
|
Join Date: Nov 2001
Posts: 69
|
|
|
yea, that's me =P
When u do if(playertouchsme) on the server sided script of an NPC, it remembers your account name b/c u touched it. Then when u do something like setting a client string, then it sets it for your account. But when u have a sleep somewhere in there, then it forgets your account name b/c its doing timeouts and stuff. So when u set a client string after a sleep, then it doesn't remember the player, and therefore doesn't set the string. So u need to get the player's account name in a string, then do a with(getplayer()) |
|
|
|