View Single Post
  #4  
Old 08-24-2004, 11:39 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
Still does not put the npc on my server,
I tried putting in other ways to tell if the npc was created

NPC Code:

/////////////////////////////
//action of this npc = plant (for farming)
/////////////////////////////

if (actionplant)
{
putexplosion 1,x,y;
putnpc2 30,30,{
setimg ion.gif;
setplayerprop #c, I am an ion;
shootarrow up;
}
}

//#CLIENTSIDE

if (weaponfired && isweapon)
{
//set animation or sprite
freezeplayer .1;
playersprite=33;

triggeraction playerx+1.5+vecx(playerdir)*2,playery+2+vecy(playe rdir)*2,plant,Planting,;

}





Why does this still not 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