22.11.2010, 17:34
Why don't you try this?
pawn Код:
public OnPlayerEnterCheckpoint(playerid)
{
if(IsPlayerInRangeOfPoint(playerid,5,AmmuNation Coords))
{
ShowMenuForPlayer(wepmenu, playerid);
TogglePlayerControllable(playerid,0);
ClearAnimations(playerid);
SetPlayerFacingAngle(playerid, 178.8904);
SetCameraBehindPlayer(playerid);
}
return 1;
}