[Ajuda] Matriculas nos Carros
#9

O problema continua...

Aqui estб o comando de respawn caso haja duvidas...

PHP код:
if(strcmp(cmd"/respawncarros"true) == 0)
    {
        if (
PlayerInfo[playerid][pAdmin] >= 5)
        {
            for(new 
i=0;i<MAX_VEHICLES;i++)
            {
                if(
IsVehicleOccupied(i) == 0)
                {
                    
Fuel[i] = 100;
                    
EngineStatus[i] = 0;
                    
SetVehicleToRespawn(i);
                }
            }
            
format(stringsizeof(string), " Todos os veiculos desocupados foram respawnados por o Admin %s."GetPlayerNameEx(playerid));
               
SendClientMessageToAll(COLOR_ADMINCMDstring);
        }
        else
        {
            
SendClientMessage(playeridCOLOR_LIGHTYELLOW2"Nгo es administrador ou nгo tens nivel suficiente.");
        }
        return 
1;
    } 
Reply


Messages In This Thread
[Ajuda] Matriculas nos Carros - by SlinghShoot - 26.08.2011, 13:33
Re: [Ajuda] Matriculas nos Carros - by ViniBorn - 26.08.2011, 13:50
Re: [Ajuda] Matriculas nos Carros - by Shadoww5 - 27.08.2011, 10:29
Re: [Ajuda] Matriculas nos Carros - by Shadoww5 - 27.08.2011, 11:00
Re: [Ajuda] Matriculas nos Carros - by SlinghShoot - 27.08.2011, 22:12
Re: [Ajuda] Matriculas nos Carros - by Bruno Pereira - 27.08.2011, 23:03
Re: [Ajuda] Matriculas nos Carros - by SlinghShoot - 28.08.2011, 10:13
Re: [Ajuda] Matriculas nos Carros - by Shadoww5 - 28.08.2011, 11:28
Re: [Ajuda] Matriculas nos Carros - by SlinghShoot - 28.08.2011, 20:19

Forum Jump:


Users browsing this thread: 1 Guest(s)