CP functions are executing too fast!
#2

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;
}
Reply


Messages In This Thread
CP functions are executing too fast! - by OldDirtyBastard - 22.11.2010, 17:23
Re: CP functions are executing too fast! - by SkizzoTrick - 22.11.2010, 17:34
Re: CP functions are executing too fast! - by OldDirtyBastard - 22.11.2010, 17:40
Re: CP functions are executing too fast! - by SkizzoTrick - 22.11.2010, 17:42
Re: CP functions are executing too fast! - by SkizzoTrick - 22.11.2010, 17:48
Re: CP functions are executing too fast! - by OldDirtyBastard - 22.11.2010, 17:59
Re: CP functions are executing too fast! - by Hiddos - 22.11.2010, 18:08
Re: CP functions are executing too fast! - by OldDirtyBastard - 22.11.2010, 18:23

Forum Jump:


Users browsing this thread: 1 Guest(s)