[Ajuda] Preciso de 2 comandos.
#1

Estou precisando de 2 comandos

Ant Aliado Funfando
Comando que puxa todos da fac ex: /trazertodos somente para sua facзгo
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)