Quote:
Originally Posted by makino
valeu rjj mas aki eu ainda deixo o isso assim:
pawn Code:
Textdraw10 = TextDrawCreate(283.000000, 18.000000, "100"); TextDrawBackgroundColor(Textdraw10, 255); TextDrawFont(Textdraw10, 2); TextDrawLetterSize(Textdraw10, 0.509999, 2.000000); TextDrawColor(Textdraw10, -1); TextDrawSetOutline(Textdraw10, 0); TextDrawSetProportional(Textdraw10, 1); TextDrawSetShadow(Textdraw10, 1);
Textdraw11 = TextDrawCreate(410.000000, 18.000000, "100"); TextDrawBackgroundColor(Textdraw11, 255); TextDrawFont(Textdraw11, 2); TextDrawLetterSize(Textdraw11, 0.509999, 2.000000); TextDrawColor(Textdraw11, -1); TextDrawSetOutline(Textdraw11, 0); TextDrawSetProportional(Textdraw11, 1); TextDrawSetShadow(Textdraw11, 1);
assim ?
Sei qe o numero ta diferente pode ficar tranquilo eu editei no codigo todo 
|
Apenas troque todos os sнmbolos:
Textdraw2 do que cуdigo que postei por
Textdraw10 e
Textdraw3 por
Textdraw11 
.
Isso porque aquele sistema detecta os Textdraws atravйs de seus IDs, que ficam nas variбveis que sгo igualadas ao
TextDrawCreate de cada um

.
Espero ter ajudado

.