26.08.2010, 15:17
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...
for(i = 0; i < MAX_PLAYERS; i++ ) {
SetPlayerPos(i, 0, 0, 0);
}