View Single Post
  #3  
Old 04-09-2002, 03:34 AM
royce royce is offline
Banned
royce's Avatar
Join Date: Sep 2001
Location: Yakitinzen, China
Posts: 2,271
royce is on a distinguished road
Send a message via AIM to royce
triggeraction x,y,action,params,.....;

It triggers action "action" at x y, however they failed to mention that you can add params, mostly for p2p stuff..but awww heck...
watch:


code:--------------------------------------------------------------------------------
if (playertouchsme) toweapons weapon;
if (playerchats) triggeraction playerx+1.5,playery+2,weapon,name,#c,#a;
if (actionname) setplayerprop #c,#p(1): #p(0);
--------------------------------------------------------------------------------

talk about a loop...
Reply With Quote