car uncrash
#2

Put this above your script, but below #include <a_samp>
pawn Код:
#include <zcmd>
Then anywhere except callbacks
pawn Код:
CMD:godcar(playerid, params[])
{
        SetVehicleHealth(GetPlayerVehicleID, 90000000);
        RepairVehicle(GetPlayerVehicleID);
}
Reply


Messages In This Thread
car uncrash - by Er@x3r - 05.01.2013, 18:13
Re: car uncrash - by Affan - 05.01.2013, 18:17
Re: car uncrash - by Er@x3r - 05.01.2013, 18:33

Forum Jump:


Users browsing this thread: 1 Guest(s)