View Single Post
  #3  
Old 12-15-2005, 07:53 PM
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
triggeraction on the x and y did not work. the triggeraction does not happen at all with actionserverside.

Even something as simple as this does not work in a putnpc2 class npc
PHP Code:
if (actionserverside)
{
message i say #p(0);
}

//#CLIENTSIDE
if (playertouchsme)
{
triggeraction x,y,serverside,hi there;

playertouchsme done serveride does not carry over the variable that was set clientside. (#p(1) from the actiondrop)
__________________

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