Thread: setani problems
View Single Post
  #8  
Old 06-04-2013, 11:52 PM
scriptless scriptless is offline
Banned
Join Date: Dec 2008
Location: N-Pulse
Posts: 1,412
scriptless is a splendid one to beholdscriptless is a splendid one to beholdscriptless is a splendid one to beholdscriptless is a splendid one to behold
Quote:
Originally Posted by defaultaccount View Post
I'm trying to get this to work I'm not setting the variable right can someone help please

NPC Code:
function OnCreated () {
this.idle = "pb_mp5navy-idle";
setani(this.idle, null);
}

PHP Code:
//#CLIENTSIDE
function onCreated () {
  
this.idle "walk";
  
setani(this.idlenull);

Works for me, tho I tend to do temp.idle rather then this.idle out of habbit because sometimes this.variables can conflict with the object itself.
Reply With Quote