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

pawn Код:
forward timer();
public timer()
{
    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);
            return 1;
        }
    }
    return 1;
}
Try that, it probably isn't right but oh well, most likely it's not what you wanted. :P
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)