27.02.2014, 18:10
Код:
if(newkeys == KEY_FIRE) { if(sit[playerid] == 1) { sit[playerid] =0; ApplyAnimation(playerid,"FIGHT_C","FightC_M",5,0,0,0,0,0); ClearAnimations(playerid); } }
Код:
(12266) : warning 202: number of arguments does not match definition
the line 12266 is
Код:
ClearAnimations(playerid);