CLEO Help Is it possible?

CLEO related
Status
Not open for further replies.

Tort926

Member
Joined
Apr 2, 2017
Messages
10
Reaction score
0
I wanted to ask if it is possible to make a cleo, that would find a specific color and it would automatically change it to another color.
In other words, I need a cleo, that would find other peoples name colors and it would change their name color in to a different color.
 

Opcode.eXe

Expert
Joined
Feb 18, 2013
Messages
1,486
Reaction score
227
Location
( ͡° ͜ʖ ͡°)
Find the pointer to the playercolor in scorelist and then check if its your selected color and then just change the value of it^^

For example:
0B36: samp 2@ = get_player_nickname 1@

2@ will return a POINTER to the nickname. That means you can just
0AD3: 2@ = format "HitorMiss" the string and it will change the playernickname to 'HITorMiss'.
 
Status
Not open for further replies.
Top