[RESOVLED]Empty Statement(PlayerToPoint) and Checkpoints
#6

(1)
pawn Код:
{
    for(new i = 0; i < GetMaxPlayers(); i++)
    {
        if(PlayerToPoint(10.0,i,-2047.0293,-100.7723,35.1641))
        {
            SetPlayerCheckpoint(i,-2047.0293,-100.7723,35.1641,10);
        }
    }
}
(2) You cant have multiple checkpoints at once, unless using a streamer. If using a streamer, theres normally a guide within it.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)