[Ajuda] Comando Enfileirar
#2

pawn Код:
CMD:fileirarplayers(playerid, params[])
{
    new Float: X, Float: Y, Float: Z;
    new aff=0;

    GetPlayerPos(playerid, X, Y, Z);

    for(new w; w < MAX_PLAYERS; w++)  
    {
    aff++;
        SetPlayerPos(w, X, Y+aff, Z);
    }
    return 1;
}
Estб certinho.
Reply


Messages In This Thread
Comando Enfileirar - by ClaudineiCDS - 27.06.2016, 13:51
Re: Comando Enfileirar - by XandyMello - 27.06.2016, 13:59
Re: Comando Enfileirar - by F1N4L - 27.06.2016, 14:01
Re: Comando Enfileirar - by ClaudineiCDS - 27.06.2016, 20:58

Forum Jump:


Users browsing this thread: 2 Guest(s)