View Single Post
  #11  
Old 04-18-2006, 07:15 PM
Yen Yen is offline
Banned
Yen's Avatar
Join Date: Oct 2005
Location: Nova Scotia, Canada
Posts: 1,085
Yen is an unknown quantity at this point
Send a message via AIM to Yen Send a message via MSN to Yen
Zzz.. Look at some of my scripts, you silly goose.

You're joining them to a weapon, so you don't want to be using public functions.

To the people above, you can join classes to NPCweapons in the clientside.

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
join("test");
}

function 
onWeaponFired() {
  
sayHi();

Reply With Quote