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

pawn Код:
{
    for(new i = 0, j = GetMaxPlayers(); i < j; i++)
Would be better to use that type of loop if you are going to use GetMaxPlayers as it will save a ton of function calls (won't effect sync) or better yet adjust your MAX_PLAYERS using:

pawn Код:
#undef MAX_PLAYERS
#define MAX_PLAYERS //(some number here)
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)