Why animations for 0.3b don't work
#1

Why the animations for 0.3b don't work... i even tried to download another type of anamations the only anim that works is /pee... they used to work for 0.3b can some one help?
Reply
#2

Check out https://sampwiki.blast.hk/wiki/ApplyAnimation

A new parameter was added to the function. You can resolve this issue by adding a 1 at the end of the function call.
Reply
#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
#4

noting? help pleasee
Reply
#5

still not working tried to add a [fs] but still noting working help please =[
Reply
#6

Can someone help with this??
Reply
#7

See thats why lots of peoples switch to MTA
They help..not like here
Reply
#8

Replace all animation lines with 0,1); where 0); or 1);
Reply
#9

yes but if i add +1 (,1); argument to the end after recompiling the FS i get warning: warning 202: number of arguments does not match definition
i compiled it with 0.3b includes...
btw what would be the problem? can someone help to me? :/
Reply
#10

open up the include where ApplyAnimation is. change the 0 and the end to a 1.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)