[AJUDA] Com um Comando aqui '-'.
#3

pawn Код:
new bool:GodActived[MAX_PLAYERS] = 0;
pawn Код:
if(strcmp(cmd, "/godcarro", true) == 0)
{
    if(GodActived[playerid] == 1)
    {
         SetTimer("ArrumarVeiculo", 1000, true);
    }
    else if(GodActived[playerid] == 0)
    {
         new carro = GetPlayerVehicleID(playerid);
         SetVehicleHealth(carro, 1000.0);
         return 1;
    }
    return 0x1;
}
pawn Код:
forward ArrumarVeiculo()
public ArrumarVeiculo()
{
     new carro = GetPlayerVehicleID(playerid);
     SetVehicleHealth(carro, 1000.0);
     RepairVehicle(GetPlayerVehicleID(playerid));
     return 1;
}
Reply


Messages In This Thread
[AJUDA] Com um Comando aqui '-'. - by Bruno Pereira - 07.07.2011, 19:17
Re: [AJUDA] Com um Comando aqui '-'. - by RockFire - 07.07.2011, 19:20
Re: [AJUDA] Com um Comando aqui '-'. - by Macintosh - 07.07.2011, 19:21
Re: [AJUDA] Com um Comando aqui '-'. - by Ricop522 - 07.07.2011, 19:28
Re: [AJUDA] Com um Comando aqui '-'. - by Bruno Pereira - 07.07.2011, 22:19

Forum Jump:


Users browsing this thread: 3 Guest(s)