CLEO Help Formating integer not working

CLEO related
Status
Not open for further replies.

Nattivas

New member
Joined
Jul 12, 2019
Messages
2
Reaction score
0
Hello, i just installed fresh copy of sanny builder and whenever i try to format integer into text i get nothing but D letter. You can see that in the photo.

https://www.part.lt/img/542bf9519bdc518f02807add11d53526191.png

Here is my code.

Code:
0006: 1@ = 51
0006: 2@ = 9887
if
    0ADC:   test_cheat "nx"
then
    0AD1: show_formatted_text_highpriority "Testing numbers %d %d" time 2000 -1 1@ 2@
    jump @main
else
    jump @main
end

Even when i decompile one script which is working with formating integers to text, after i compile it it doesnt work anymore normally ant instead of numbers it is showing same D letter.

What could be wrong here?
 
Status
Not open for further replies.
Top