[Ajuda] Comando Enfileirar
#1

Como posso fazer para setar a posiзao de cada player um do lado do outro, como se fosse uma fila?
Me dк нdeias, fiz esse code de exemplo.

PHP код:
CMD:fileirarplayers(playeridparams[])
{
    new 
FloatXFloatYFloatZ;
    
GetPlayerPos(playeridXYZ);
    for(new 
wMAX_PLAYERSw++) 
    {
        
SetPlayerPos(wXYZ);
    }
    return 
1;

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: 1 Guest(s)