Teleport all
#1

Hello, i have 1 question, can i make SetPlayerPos not for 1 player, but for all server players, because i want to make mapp changer, and idk how to make, when it's teleport all players...
Reply
#2

pawn Code:
for(i = 0; i < MAX_PLAYERS; i++ ) {
    SetPlayerPos(i, 0, 0, 0);
}
Replace 0, 0, 0 with the map coordinates you wish to teleport the player to.
Reply
#3

Thanks man
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)