Thread: setani problems
View Single Post
  #1  
Old 06-01-2013, 05:02 AM
defaultaccount defaultaccount is offline
Cassini
Join Date: Feb 2006
Location: HeLLifAX
Posts: 299
defaultaccount is on a distinguished road
setani problems

I`m having trouble at the simplest script to show a gani. It just makes my character invisible when I use it, I`m trying to make a gunscript I read a lot of topics and how to script and tutorials, but I`m having trouble with set animation, I think it has to do with my servers set-up im not sure. But I`m trying to learn the best I can. I tried searching for a solution but I didn't find anything.

NPC Code:
//#CLIENTSIDE

function onWeaponFired() {
setani ("idle" , null);
}

Reply With Quote