20.07.2012, 18:14
How to disable animation while using a vehicle?? Coz when I do an animation in vehicle using dialog it can be applied.
How to disable animation in dialog??
How to disable animation in dialog??
Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
if(dialogid == ANIMS_DIALOG && response)
{
switch(listitem)
{
case 0:LoopingAnim(playerid, "PED", "SEAT_idle", 1.0, 1, 0, 0, 0, 0);
case 1:LoopingAnim(playerid,"BEACH", "ParkSit_M_loop", 4.0, 1, 0, 0, 0, 0);
case 2:SetPlayerSpecialAction(playerid,SPECIAL_ACTION_DANCE1);
}
return 1;
}
return 0;
}


