20.11.2016, 09:37
Sorry if i create theme again not here where i should, i don't really know where exactly i should create this type support application. So sorry for it.
So guys i want create top3 players system which show the best player who made the most frag at that moment like. Like this

So this is me textdraw
I hope someone will help, i would really appreciate that.
So guys i want create top3 players system which show the best player who made the most frag at that moment like. Like this

So this is me textdraw
Код:
Textdraw0 = TextDrawCreate(5.666635, 430.992584, "TOP 3 KILLSTREAKS: 1. KILLS 2. KILLS 3. KILLS"); TextDrawLetterSize(Textdraw0, 0.193333, 1.421629); TextDrawAlignment(Textdraw0, 1); TextDrawColor(Textdraw0, -16776961); TextDrawSetShadow(Textdraw0, 0); TextDrawSetOutline(Textdraw0, 1); TextDrawBackgroundColor(Textdraw0, 51); TextDrawFont(Textdraw0, 1); TextDrawSetProportional(Textdraw0, 1);