RepairVehicle PT

From SA-MP Wiki

Jump to: navigation, search



RepairVehicle PT was added in SA-MP 0.3a This function was added in SA-MP 0.3a and will not work in earlier versions!


Description:

Repara o dano visual (amassados​​, arranhões, pneus) do veículo.


Parameters:
(vehicleid)
vehicleidID do veículo a ser reparado.


RetornoEsta função não retorna um valor especifico.


public OnPlayerCommandText(playerid, cmdtext[])
{
    if (!strcmp("/reparar", cmdtext))
    {
        if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid, 0xFFFFFFFF, "Você não esta em um Veículo!");
        RepairVehicle(GetPlayerVehicleID(playerid));
        SendClientMessage(playerid, 0xFFFFFFFF, "Seu veículo foi reparado com sucesso!");
        return 1;
    }
}

Funções Relacionadas

As seguintes funções podem ser úteis, pois estão de alguma forma, relacionadas a esta função.

Personal tools
Navigation
Toolbox
In other languages