08.11.2012, 04:14
Quote:
ShowStatsDusan - I guess this function shows the stats textdraw 'StatsTDLevo', so can you show us how it's done?
|
Код:
StatsTDLevo[playerid] = TextDrawCreate(148.000000, 142.000000, "Racun"); TextDrawBackgroundColor(StatsTDLevo[playerid], 255); TextDrawFont(StatsTDLevo[playerid], 1); TextDrawLetterSize(StatsTDLevo[playerid], 0.500000, 1.000000); TextDrawColor(StatsTDLevo[playerid], 12582911); TextDrawSetOutline(StatsTDLevo[playerid], 0); TextDrawSetProportional(StatsTDLevo[playerid], 1); TextDrawSetShadow(StatsTDLevo[playerid], 1);