22.01.2011, 03:15
Even though i did what you said and it still dont work -.-'
Thats my command to set the health lower although i dont think thats got anything to do with it.
pawn Код:
dcmd_hi(playerid, params[])
{
#pragma unused params
new currentveh;
currentveh = GetPlayerVehicleID(playerid);
SetVehicleHealth(currentveh, 799.0);
return 1;
}