View Single Post
  #1  
Old 05-15-2012, 09:39 PM
Fysez Fysez is offline
Banned
Join Date: Apr 2012
Posts: 89
Fysez has a little shameless behaviour in the past
Sword/Gani Script - Help

I've got the whole Gani part working. Problem is,
Once I equip and use the item,
It doesn't allow me to un-equip?
PHP Code:
//#CLIENTSIDE
function onWeaponFired() {
if (
this.on false) {
this.on true;
setani("Gani"null);
replaceani("idle""Gani");
replaceani("walk""Gani2");
this.on true;
}else if (!
this.on){
setani("idle"null);
replaceani("idle""idle");
replaceani("walk""walk");
}

Reply With Quote