SA-MP Forums Archive
[Duvida]Create3DTextLabel - 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: [Duvida]Create3DTextLabel (/showthread.php?tid=289481)



[Duvida]Create3DTextLabel - LuizGustavo - 11.10.2011

Tipo eu tava pensado se pode colorir o "Create3DTextLabel" com o http://www.colorpicker.com/

tipo o normal e assim
PHP код:
Create3DTextLabel("Saida"COLOR_YELLOW1062.0598,2077.5920,10.820325050);// fabrica 
queria por assim
PHP код:
Create3DTextLabel("{BA3254}Saida"COLOR_YELLOW1062.0598,2077.5920,10.820325050);// fabrica 
tem como ?


Re: [Duvida]Create3DTextLabel - ViniBorn - 11.10.2011

pawn Код:
Create3DTextLabel("Saida", COLOR_YELLOW, 1062.0598,2077.5920,10.8203, 25, 0, 50);// fabrica
Create3DTextLabel jб possui um parametro relativo а cor. No seu caso, й sу trocar COLOR_YELLOW por outra cor.


Re: [Duvida]Create3DTextLabel - [BWL]DuST - 11.10.2011

pawn Код:
#define COR_VERMELHAO 0xBA3254FF

Create3DTextLabel("Saida", COR_VERMELHAO, 1062.0598,2077.5920,10.8203, 25, 0, 50);// fabrica
No caso criei uma define para definir a cor BA3254


Re: [Duvida]Create3DTextLabel - LuizGustavo - 11.10.2011

tipo e aonde eu consigo mais cores tipo pra definir?
exemplo #define color_aazul 00xffsa etc..
aonde consigo essas cores 00ffx etc etc


Re: [Duvida]Create3DTextLabel - ReDKiiL - 11.10.2011

ColorPicker http://code.******.com/p/sa-colorpicker/


Re: [Duvida]Create3DTextLabel - [BWL]DuST - 11.10.2011

Quote:
Originally Posted by LuizGustavo
Посмотреть сообщение
tipo e aonde eu consigo mais cores tipo pra definir?
exemplo #define color_aazul 00xffsa etc..
aonde consigo essas cores 00ffx etc etc
Nao й assim 00xffsa o certo й, sempre 0x depois de 0x a cor em HTML sem o # depois da cor em HTML sempre FF


Re: [Duvida]Create3DTextLabel - LuizGustavo - 11.10.2011

tem site aonde posso escolhe ra cor?