18.07.2013, 04:00
Galera fiz uma textdraw para mudar a tradicional do samp, mas nгo sei como faзo para ela comeзar a contar o dinheiro
pq fica todo zerado
Textdraw
Se alguem puder ajudar dou rep, vlw
pq fica todo zerado
Textdraw
Код:
Textcifras[playerid] = TextDrawCreate(497.000000, 73.000000, "$"); TextDrawBackgroundColor(Textcifras[playerid], 255); TextDrawFont(Textcifras[playerid], 3); TextDrawLetterSize(Textcifras[playerid], 0.749999, 2.899999); TextDrawColor(Textcifras[playerid], -855637761); TextDrawSetOutline(Textcifras[playerid], 1); TextDrawSetProportional(Textcifras[playerid], 1); Textdinheiro[playerid] = TextDrawCreate(512.000000, 75.000000, "00000000"); TextDrawBackgroundColor(Textdinheiro[playerid], 255); TextDrawFont(Textdinheiro[playerid], 3); TextDrawLetterSize(Textdinheiro[playerid], 0.579999, 2.499999); TextDrawColor(Textdinheiro[playerid], -286338561); TextDrawSetOutline(Textdinheiro[playerid], 1); TextDrawSetProportional(Textdinheiro[playerid], 1);