[Ajuda] Radar RPG - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Radar RPG (
/showthread.php?tid=455970)
Radar RPG -
ManuelVitorNunes - 04.08.2013
Queria saber se alguйm sabe como escrever a velocidade mбxima encima do radar, apenas para informar o player.
Print :
http://upload.crazzy.com.br/show-ima...90395fb45e94e0
Re: Radar RPG -
PT - 04.08.2013
utiliza um TextLabel
Re: Radar RPG -
ManuelVitorNunes - 04.08.2013
Pode especificar melhor, sou novato ainda D:
Respuesta: Radar RPG -
ViniKuliveguisky - 04.08.2013
pawn Код:
Create3DTextLabel("Velocidade mбxima\n120 km/h ",Azul,362.1182,173.6235,1008.3828,5,0);
Create3DTextLabel("Velocidade mбxima\n120 km/h", Cor, X, Y, Z, 5,0);
eu sempre coloca 5 e 0 no fim!
Aqui explicando tudo:
https://sampwiki.blast.hk/wiki/Create3DTextLabel
Re: Respuesta: Radar RPG -
ManuelVitorNunes - 04.08.2013
Quote:
Originally Posted by ViniKuliveguisky
pawn Код:
Create3DTextLabel("Velocidade mбxima\n120 km/h ",Azul,362.1182,173.6235,1008.3828,5,0);
Create3DTextLabel("Velocidade mбxima\n120 km/h", Cor, X, Y, Z, 5,0);
|
E eu coloco isso no PPC_Speedometer ?
Re: Radar RPG -
Kuddy - 04.08.2013
Create3DTextLabel
PS: se й novato, aprenda ao menos o bбsico coisas antes de pensar editar isso.
@edit nem vi que ja postaram acima, eu estava digitando /х\
Respuesta: Re: Respuesta: Radar RPG -
ViniKuliveguisky - 04.08.2013
Quote:
Originally Posted by ManuelVitorNunes
E eu coloco isso no PPC_Speedometer ?
|
public OnGameModeInit
Re: Radar RPG -
ManuelVitorNunes - 04.08.2013
Valeu Vini.
Respuesta: Re: Radar RPG -
ViniKuliveguisky - 04.08.2013
Quote:
Originally Posted by ManuelVitorNunes
Valeu Vini.
|
De nada ^^
Re: Radar RPG -
ManuelVitorNunes - 04.08.2013
O Azul ta dando erro na hora de compilar.