View Single Post
  #1  
Old 10-20-2005, 03:09 AM
prozac424242 prozac424242 is offline
Registered User
prozac424242's Avatar
Join Date: May 2001
Location: Gone crazy: back soon
Posts: 356
prozac424242 is on a distinguished road
Send a message via ICQ to prozac424242 Send a message via AIM to prozac424242
issparringzone not working

This is in the clientside portion of the code
for custom stats
and also inside the start of a timeout loop:

NPC Code:

if (issparringzone)
{
showtext 957,screenwidth-100,170,#s(client.myfont),,SPARRINGZONE;
setplayerprop #c,SPARRINGZONE;
changeimgvis 957,4;
}



The SPARRINGZONE text does not show up in a room
that is on the server, neither on the screen or on the player's chat, in a level that is definitely a sparring room.
Other commands in this same timeout loop work just fine.
Why this no work? >.<
__________________

Useful links:
Graal Stats
Client Script Functions-GS1 to GS2
Serverside Script Functions-Gscript page
Particle Engine-Player Attributes
Server Options-Admin rights-Gmaps
Quote:
Originally Posted by Admins
Thanks for developing and improving playerworlds and such
Reply With Quote