[Ajuda] Preciso de 2 comandos.
#2

pawn Код:
CMD:trazertodos(playerid)
{

new Float:x[3];

for(new i = 0; i < MAX_PLAYERS; i++)
{

if(IsPlayerConnected(i) && VariavelFac)
{

GetPlayerPos(playerid, x[0], x[1] , x[2]);

SetPlayerPos(i, x[0], x[1] , x[2]);
}
}
return 1;
}
isso?
Reply


Messages In This Thread
Preciso de 2 comandos. - by DaRoma - 26.03.2016, 12:14
Re: Preciso de 2 comandos. - by ERICcartmanN - 26.03.2016, 12:31

Forum Jump:


Users browsing this thread: 1 Guest(s)