How to SetPlayerPos for all the players?
#3

Make a player loop inside the command/function/callback.
pawn Код:
for(new i; i < MAX_PLAYERS; i++)
{
    if(IsPlayerConnected(i))
    {
        SetPlayerPos(i, x, y, z);
    }
}
EDIT: I think i misunderstood you.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)