Need help with animation freezing
#2

Try this:

pawn Код:
forward woodagain(playerid);
public woodagain(playerid)
{
    ApplyAnimation(playerid,"ped","BIKE_pickupL",4.1,0,0,0,1,1,1);
    SetPlayerCheckpoint(playerid, 2629.5989, -433.7548, 65.3618, 3.0);
    for(new i=0; i<MAX_PLAYER_ATTACHED_OBJECTS; i++)
    {
        if(IsPlayerAttachedObjectSlotUsed(playerid, i)) RemovePlayerAttachedObject(playerid, i);
    }
    TogglePlayerControllable(playerid, 1);
}
Reply


Messages In This Thread
Need help with animation freezing - by Zigonja - 28.06.2013, 20:28
Respuesta: Need help with animation freezing - by CIzaquita - 28.06.2013, 21:40
Re: Need help with animation freezing - by Zigonja - 29.06.2013, 11:58
Re: Need help with animation freezing - by GODEX - 29.06.2013, 12:14
Re: Need help with animation freezing - by iceCupa - 29.06.2013, 12:19

Forum Jump:


Users browsing this thread: 1 Guest(s)