View Single Post
  #8  
Old 02-08-2004, 08:01 PM
ZeLpH_MyStiK ZeLpH_MyStiK is offline
Scripter
ZeLpH_MyStiK's Avatar
Join Date: May 2003
Location: NYC
Posts: 553
ZeLpH_MyStiK is on a distinguished road
Send a message via MSN to ZeLpH_MyStiK Send a message via Yahoo to ZeLpH_MyStiK
I do believe its weapons only...and it looks like this:
NPC Code:

if (actionserverside) {
//stuff
triggeraction 0,0,clientside,WEAPONNAME,params;
//stuff
}
//#CLIENTSIDE
//stuff
if (actionclientside) {
//stuff
}

__________________
Reply With Quote