31.08.2014, 13:37
pawn Код:
SetPlayerHealthEx(playerid,floatround(hp,floatround_round));
SetPlayerArmourEx(playerid,floatround(armor,floatround_round));
printf("%i",floatround(hp,floatround_round));
SetPlayerHealthEx(playerid,floatround(hp,floatround_round));
SetPlayerArmourEx(playerid,floatround(armor,floatround_round));
printf("%i",floatround(hp,floatround_round));