Detaljan opis problema😮vako ocu kad udjem ig da bude $000000000 sve nule.... sad mi samo bude kad udjem $0 dok ne stavim pare u banku
Dio skripte://
Neke slike/video za lakse dobivanje pomoci(neobavezno)://
evo textdraws
parebanka = TextDrawCreate(497.000000, 97.000000, "$0000000");
TextDrawBackgroundColor(parebanka, 255);
TextDrawFont(parebanka, 3);
TextDrawLetterSize(parebanka, 0.700000, 2.200000);
TextDrawColor(parebanka, 848756735);
TextDrawSetOutline(parebanka, 1);
TextDrawSetProportional(parebanka, 1);da bude

$00000001
i jos nesto kad stavim pare bude npr stavim 200$ a na textdrawu 200$ ocu da bude 000000200$
evo
format(string, sizeof(string), "$%d", acc);
TextDrawSetString(parebanka, string);
TextDrawShowForPlayer(playerid, parebanka);
B_SpremiPodatke(playerid);
}
else if(acc < 0)
{
format(string, sizeof(string), "~r~-$%d", acc);
TextDrawSetString(parebanka, string);
TextDrawShowForPlayer(playerid, parebanka);
B_SpremiPodatke(playerid);
}
else if(acc == 0)
{
format(string, sizeof(string), "$0");
TextDrawSetString(parebanka, string);
TextDrawShowForPlayer(playerid, parebanka);
B_SpremiPodatke(playerid);MOZE LOCK
