View Single Post
  #9  
Old 02-05-2004, 08:31 AM
Alexander Alexander is offline
Registered User
Join Date: Apr 2003
Location: California
Posts: 246
Alexander is on a distinguished road
Send a message via AIM to Alexander
Re: triggeraction question

Quote:
Originally posted by Duwul
I was wondering if you could do this.

NPC Code:

with (getplayer(account)){
triggeraction 0,0,server/clientside,weaponname,params;
}



This could be used for maybe triggering someone elses weapon. Thanks for your input.
It works I use it sometimes, triggering clientside, I don't believe serverside would work never tried.

Quote:
Originally posted by Termina_Owner
stuff
That script doesn't go outside the player and the with(getplayer(#p(1))) is unneeded.
Your script is basicly:
NPC Code:

//#CLIENTSIDE
if (weaponfired) setplayerprop #c,Arg... How can you do this to me?!;

Reply With Quote