pepeelpubero link said:You want to change the string because it is upper case? or what do you want?
EXAMPLE ON SANNYBUILDER: must be %s but it appears %S?
If you want to change that you must do this:
Press F10 (options) on Sanny Builder, formats tab then on Case converting choose "As is".
And for the limit, i think you can use opcode 0029.
For example: 0029: 33@ >= 99.
a10210319 link said:Q1.
now i edit Proaim.cs
i read a name from ini file
when i get another player nickname and use 0C18: 29@ = strstr string1 25@ string2 17@
Tell whether the target , i want CLEO aim Specified player , but sannybuilder Case sensitive Makes me a not good edit
Q2.
CLEO only support 0@~33@ , Not enough for me
a10210319 link said:Relieve 33@ limit ?
how to do it ?
//for reading, 0@ will be used to read and write data to keys
0AF0: 0@ = get_int_from_ini_file "CLEO\YourConfigFile.ini" section "SECTION" key "YourKey"
0AF2: 0@ = get_float_from_ini_file "CLEO\YourConfigFile.ini" section "SECTION" key "YourKey"
0AF4: 0@v = read_string_from_ini_file "CLEO\YourConfigFile.ini" section "SECTION" key "YourKey"
//for writing
0AF1: write_int 69 to_ini_file "CLEO\YourConfigFile.ini" section "SECTION" key "YourKey"
0AF3: write_float 6.9 to_ini_file "CLEO\YourConfigFile.ini" section "SECTION" key "YourKey"
0AF5: write_string "string value" to_ini_file "CLEO\YourConfigFile.ini" section "SECTION" key "YourKey"