Quote:
Originally Posted by Michael@Belgium
pawn Код:
new Float:vehhealth; GetVehicleHealth(GetPlayerVehicleID(playerid),vehhealth); SetPlayerHealth(playerid,vehhealth[B]/100[/B]);
Actually this isn't gonna work, but when i get home i'll send the ... correct calculation .. ![Smiley](images/smilies/smile.png)
|
Why you put /100, isnt it /10 , because the car have 1000 HP, and the player have 100HP , the difference is 1000/100 = 10 i think...