
01-20-2009, 04:39 PM
|
|
jwd
|
 |
Join Date: Oct 2005
Location: Greater Manchester
Posts: 2,423
|
|
Quote:
Originally Posted by xXziroXx
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  |
|
|
|