29.06.2013, 12:14
This may help you i dont know, Havent tested it. PM me if you get anymore issues
Код:
forward woodagain(playerid);
public woodagain(playerid)
{
TogglePlayerControllable(playerid, 0);
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);
SetCameraBehindPlayer(playerid);
}

