CLEO Help edit &color

CLEO related
Status
Not open for further replies.

ramez

Active member
Joined
Jun 11, 2015
Messages
120
Reaction score
0
Location
GB
0ACD: show_text_highpriority "~y~try ~p~to ~b~creat ~p~script" time 500

how i can change colors to be like this:
 
0ACD: show_text_highpriority "~y~green ~p~Red ~b~gray ~p~white" time 500

and why this slash _ not show in text?
please help.
 

Mila.cs ✅

Well-known member
Joined
Jun 24, 2016
Messages
247
Reaction score
10
Location
̀́̀́
ramez said:
0ACD: show_text_highpriority "~y~try ~p~to ~b~creat ~p~script" time 500

how i can change colors to be like this:
 
0ACD: show_text_highpriority "~y~green ~p~Red ~b~gray ~p~white" time 500

and why this slash _ not show in text?
please help.

I'm not sure if I understand you correctly, but...

Code:
0ACD: show_text_highpriority
Is the command and the
_
symbolizes a space.

So in your case it would be:
Code:
0ACD: show_text_highpriority "~g~try ~r~to ~w~creat ~w~script" time 500
There is no gray.

~g~ = green
~r~ = red
~l~ = black
~w~ = white
~y~ = yellow
~b~ = blue
 

Ninja FTW

Active member
Joined
Aug 11, 2017
Messages
61
Reaction score
0
Location
Saturn
[font='Source Sans Pro', Tahoma, 'Helvetica Neue', Arial, sans-serif]MILLA.CS

~g~ = green[/font]

[font='Source Sans Pro', Tahoma, 'Helvetica Neue', Arial, sans-serif]~r~ = red[/font]
[font='Source Sans Pro', Tahoma, 'Helvetica Neue', Arial, sans-serif]~b~ = black[/font]
[font='Source Sans Pro', Tahoma, 'Helvetica Neue', Arial, sans-serif]~w~ = white[/font]
[font='Source Sans Pro', Tahoma, 'Helvetica Neue', Arial, sans-serif]~y~ = yellow[/font]
[font='Source Sans Pro', Tahoma, 'Helvetica Neue', Arial, sans-serif]~b~ = blue[/font]
Wrong. ~b~  is blue and ~l~ is black.
 

0x32789

Expert
Joined
May 26, 2014
Messages
849
Reaction score
51
Location
LongForgotten <-> 0x32789
ramez said:
how i can block sobeit to not change the colors of Cleo's text?

Dunno what you really mean but for chat messages and dialogs use HEX codes in brackets
Here is the list for hex colors: http://wiki.sa-mp.com/wiki/Hex_colours

If it is a textdraw/on screen text use ~r~ etc
 

ramez

Active member
Joined
Jun 11, 2015
Messages
120
Reaction score
0
Location
GB
0x32789 said:
ramez said:
how i can block sobeit to not change the colors of Cleo's text?

Dunno what you really mean but for chat messages and dialogs use HEX codes in brackets
Here is the list for hex colors: http://wiki.sa-mp.com/wiki/Hex_colours

If it is a textdraw/on screen text use ~r~ etc
this without sobeit:https://imgur.com/M4nVttB
M4nVttB.png

and this with sobeit:https://imgur.com/kYmS3Vs
kYmS3Vs.png
 
Status
Not open for further replies.
Top