[Ajuda] Velocimetro
#1

Eu queria aprender como pega a posiзгo do velocimetro. Exemplo:

Код HTML:
        kmhor[i] = TextDrawCreate(332.000000, 395.000000, "~w~Velocidade:~p~~r~ 350 Km/h");
        TextDrawBackgroundColor(kmhor[i], 255);
        TextDrawFont(kmhor[i], 1);
        TextDrawLetterSize(kmhor[i], 0.380000, 1.299999);
        TextDrawColor(kmhor[i], 16711935);
        TextDrawSetOutline(kmhor[i], 1);
        TextDrawSetProportional(kmhor[i], 1);
Aki aonde estб

TextDrawCreate(332.000000, 395.000000,

a Posiзгo de onde a valocidade vai estбr mais tipo. eu quero mudar como faзo para colocar em outro lugar sem q coloqueo errado ?
Reply
#2

use o editor online : http://bsndesign.webs.com/tde.htm
crie uma textdraw no lugar onde voce quer e mude no textdraw:
pawn Код:
TextDrawCreate(332.000000, 395.000000, "~w~Velocidade:~p~~r~ 350 Km/h");

e

TextDrawLetterSize(kmhor[i], 0.380000, 1.299999);
Reply
#3

Vou tentar
Reply
#4

ja fiz vlw ae
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)