stock SetAllPos(Float:X, Float:Y, Float:Z) { for(new i; i <= MAX_PLAYERS; i++) { SetPlayerPos(i, X, Y, Z); } return 1;}
SetAllPos(x, y, z);