CLEO Help Another question, like always...

CLEO related
Status
Not open for further replies.

Hidend

Expert
Joined
Mar 4, 2013
Messages
625
Reaction score
39
Mmm, yes, im here.

i have a question, how i can do this:

0AF9: samp_say "%s" 2@

in this opcode:

0AF8: samp add_message_to_chat "lalalala %s " color 0xFFFFFF

so in (here i want 2@v) i want to show what really i have in 2@v

Edit:

Tried this and i get (null)

0AF8: samp add_message_to_chat "lalalala %s" 2@
 

Opcode.eXe

Expert
Joined
Feb 18, 2013
Messages
1,486
Reaction score
227
Location
( ͡° ͜ʖ ͡°)
Well, you forgot to add the color for the message.

0AF8: samp add_message_to_chat "lalalala %s" 2@
-> no color like 0xFF0000
0AF8: samp add_message_to_chat "lalala %s" color 0xFFFFFF 2@v
-> with color = no NULL
 
Status
Not open for further replies.
Top