21.10.2013, 13:14
hi i need tow Animation run at one time plz help
ApplyAnimation(playerid,"PED","EV_dive",4.0,0,0,0, 0,0); ApplyAnimation(playerid,"PED","EV_dive",4.0,0,0,0, 0,0); |
if(!strcmp(cmdtext, "/animation"))
{
ApplyAnimation(playerid,"PED","EV_dive",4.0,0,0,0, 0,0);
return 1;
}