HooThaFuck
Active member
- Joined
- Apr 18, 2015
- Messages
- 51
- Reaction score
- 0
This is an important development for this thread. I discovered something awful...
Doing this I only receive the '2' message when I should be successfully receiving the 1st. I guess 0AD4 doesn't support '/'. How can we get around this? I was thinking of cutting the beginning of the string off, but I don't think this is possible in CLEO (unless of course someone added a string splitting opcode).
Code:
//DEBUGGER
IF
0AD4: 28@ = scan_string 0@ format "Use {FF0000}/%s" 27[member=21661]S[/member]
THEN
0AF8: samp add_message_to_chat "1 %s = %s" 0xFF00FFFF 0@ 27[member=21661]S[/member]
wait 5000
ELSE
IF
0AD4: 28@ = scan_string 0@ format "Use {FF0000}%s" 27[member=21661]S[/member]
THEN
0AF8: samp add_message_to_chat "2 %s = %s" 0xFF00FFFF 0@ 27[member=21661]S[/member]
wait 5000
END
END
//DEBUGGER