View Single Post
  #4  
Old 06-14-2006, 09:24 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Quote:
Originally Posted by Stefan
It's triggerclient(objecttype, name, params)
Currently only "weapon" works as objecttype, or "gui" which is the same.
NPC Code:
player.triggerclient(weaponname,actionname,params)  ;


Is what I've been using, and it seems to work.
Reply With Quote