[AJUDA] Comando para ADM abastecer
#7

tenta esse aki
PHP код:
if(strcmp(cmd"/abastecerid"true) == 0)
{
    if(
IsPlayerConnected(playerid))
    {
        if(
PlayerInfo[playerid][pAdmin] < 4)
        {
            
SendClientMessage(playeridCOLOR_GRAD1"   Voce nao tem permissao para usar esse comando!");
            return 
1;
        }
        if(
IsPlayerInAnyVehicle(playerid))
        {
            
GameTextForPlayer(playerid,"~w~~n~~n~~n~~n~~n~~n~~n~~n~~n~Re-Abastecendo o Veiculo, Espere um Momento",2000,3);
            
SetTimer("Fillup",RefuelWait,0);
            
Refueling[playerid] = 1;
        }
        else
        {
            
SendClientMessage(playeridCOLOR_GRAD1"   Vocк nгo esta em um veiculo!");
            return 
1;
        }
    }
    return 
1;

Reply


Messages In This Thread
[AJUDA] Comando para ADM abastecer - by marcelodell - 02.11.2011, 18:55
Re: [AJUDA] Comando para ADM abastecer - by Dolby - 02.11.2011, 18:58
Re: [AJUDA] Comando para ADM abastecer - by marcelodell - 02.11.2011, 19:02
Re: [AJUDA] Comando para ADM abastecer - by FireCat - 02.11.2011, 19:10
Re: [AJUDA] Comando para ADM abastecer - by TiagoPS - 02.11.2011, 19:11
Re: [AJUDA] Comando para ADM abastecer - by marcelodell - 02.11.2011, 19:20
Re: [AJUDA] Comando para ADM abastecer - by lucas_mdr1235 - 02.11.2011, 19:35
Re: [AJUDA] Comando para ADM abastecer - by marcelodell - 02.11.2011, 19:45

Forum Jump:


Users browsing this thread: 1 Guest(s)