Quote:
Originally Posted by xAndrewx
HTML Code:
//#CLIENTSIDE
function onWeaponFired() {
shootarrow(player.dir);
}
This works fine... what's your script?
|
PHP Code:
//#CLIENTSIDE
public function apply(itemid) {
shootarrow(player.dir);
}
apply is the same as onWeaponFired() but, on Aeon.