How to SetPlayerPos for all the players?
#4

Quote:
Originally Posted by iggy1
Посмотреть сообщение
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);
    }
}
I'm not great at making loops, I'll give it a go.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 7 Guest(s)