View Single Post
  #3  
Old 05-06-2012, 06:17 AM
Fysez Fysez is offline
Banned
Join Date: Apr 2012
Posts: 89
Fysez has a little shameless behaviour in the past
Using that, I tried it as a test run under weapons. But it doesn't seem to work?:

function onWeaponFired() {
if (weaponfired) {
setani("swim");
replaceani("idle","swim");
replaceani("walk","swim");
}
}

Doesn't work o.o
Reply With Quote