26.02.2018, 23:30
Look at that picture how do i make these numbers look like the moneys, that they start from 000000 and eventually when you earn a point you start to 0000034, etc.?? Already tried with something like float, but it fucks up and i get errors lol.
That's actually how the code is made for showing points on TD.
PHP код:
format(InfoString, sizeof(InfoString), "%i", pInfo[playerid][Points]);
TextDrawSetString(CASH4[playerid], InfoString);