Removing float zeroes on a string
#1

pawn Код:
new Float:hp, Float:ap,stringy[128];
    GetPlayerArmour(playerid, ap);
    GetPlayerHealth(playerid, hp);
    format(stringy, sizeof(stringy), "%s [%d]\nHP: %f | AP: %f",GetName(playerid),playerid,hp,ap);
    SetPlayerChatBubble(playerid, stringy, GetPlayerColor(playerid), 500.0, 1000);
Title ^ ^
Reply


Messages In This Thread
Removing float zeroes on a string - by TheSimpleGuy - 15.07.2014, 06:36
Re: Removing float zeroes on a string - by amirab - 15.07.2014, 06:49
Re: Removing float zeroes on a string - by TheSimpleGuy - 15.07.2014, 06:54
Re: Removing float zeroes on a string - by amirab - 15.07.2014, 07:05

Forum Jump:


Users browsing this thread: 1 Guest(s)