28.10.2014, 12:45
try this
pawn Code:
format(str2, sizeof(str2), "Hunger: %.0f%%", CurHealth[playerid]);// or %.f
TextDrawSetString(PHunger[playerid], str2);