CLEO Help add_mesage_to_chat

CLEO related
Status
Not open for further replies.

Icehawk

Member
Joined
Feb 20, 2014
Messages
12
Reaction score
0
Hi,
while i was trying some things, I noticed that the SF opcode 0AF8 (samp add_message_to_chat) writes every letter in caps. Is it changeable?
Here my code:
Code:
{$CLEO .cs}
0000: NOP   

Repeat
    Wait 0
Until 0AFA:  is_samp_available  

0AF8: "{FFFFFF}Test" -1
Thank you in advance.
 
Joined
Feb 18, 2005
Messages
2,965
Reaction score
276
This is a sanny builder problem/feature.
In Sanny Builder, press F10 or from the task bar go to Tools -> Options . Select 'Format' tab, in the lower right corner -> 'Case Converting', check 'As is' and recompile your mod.
 
Status
Not open for further replies.
Top