12.10.2011, 04:51
En donde dice new Float
=1000.00,Float:y=-1000.0,Float:z=10.0;
cambialo por tus coordenadas
No esta testeado pero en si deveria funcionar y a cada uno se le pone posiciуn diferente.
EDIT: Es algo sencillo cesar

cambialo por tus coordenadas
pawn Код:
new Float:x=1000.00,Float:y=-1000.0,Float:z=10.0;
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
SetPlayerPos(i,x+floatdiv(i,10.0),y+floatdiv(i,10.0),z);
}
}
EDIT: Es algo sencillo cesar