View Single Post
  #3  
Old 01-20-2009, 04:39 PM
Codein Codein is offline
jwd
Codein's Avatar
Join Date: Oct 2005
Location: Greater Manchester
Posts: 2,423
Codein has a spectacular aura aboutCodein has a spectacular aura about
Send a message via AIM to Codein Send a message via MSN to Codein
Quote:
Originally Posted by xXziroXx View Post
Try:

PHP Code:
(@clientr.equipped[2]).trigger("PrimaryFunction"""); 
If not:

PHP Code:
(@clientr.equipped[2]).PrimaryFunction(); 

Make sure it's a public function.
First one worked, thanks
Reply With Quote