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

pawn Код:
new VeiculoArrumado[MAX_VEHICLES];


if(!strcmp(cmd, "/godcar", true)) {
if(!IsPlayerInAnyVehicle(playerid)) return 1;
VeiculoArrumado[GetPlayerVehicleID(playerid)] = 1;
return 1;
}

public OnVehicleDamageStatusUpdate(vehicleid, playerid)
{
    if(VeiculoArrumado[vehicleid] == 1) SetVehicleHealth(vehicleid, 90000);
    return true;
}
Acho que funciona o/
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: 1 Guest(s)