Why animations for 0.3b don't work
#3

Код:
// carjacked
    if(strcmp(cmd, "/carjacked1", true) == 0) {
		 LoopingAnim(playerid,"PED","CAR_jackedLHS",4.0,0,1,1,1,0);
         return 1;
    }
SO I SHOULD CHANGE THIS TO

Код:
	// carjacked
    if(strcmp(cmd, "/carjacked1", true) == 0) {
		 LoopingAnim(playerid,"PED","CAR_jackedLHS",4.0,0,1,1,1,1);
         return 1;
    }



But what about this?


Код:
 // Drunk
    if(strcmp(cmd, "/drunk", true) == 0) {
		LoopingAnim(playerid,"PED","WALK_DRUNK",4.1,1,1,1,1,1);
		return 1;
    }
Reply


Messages In This Thread
Why animations for 0.3b don't work - by Karl1195 - 25.08.2010, 22:11
Re: Why animations for 0.3b don't work - by Jay_ - 25.08.2010, 22:16
Re: Why animations for 0.3b don't work - by Karl1195 - 25.08.2010, 22:47
Re: Why animations for 0.3b don't work - by Karl1195 - 25.08.2010, 23:27
Re: Why animations for 0.3b don't work - by Karl1195 - 26.08.2010, 00:37
Re: Why animations for 0.3b don't work - by homijs - 26.08.2010, 12:36
Re: Why animations for 0.3b don't work - by homijs - 27.08.2010, 11:37
Re: Why animations for 0.3b don't work - by wups - 27.08.2010, 11:39
Re: Why animations for 0.3b don't work - by erik019 - 19.09.2010, 17:46
Re: Why animations for 0.3b don't work - by Jacob74 - 19.09.2010, 17:54

Forum Jump:


Users browsing this thread: 1 Guest(s)