cleolibrary / CLEO5

CLEO 5 for GTA San Andreas
https://cleo.li
MIT License
55 stars 6 forks source link

Added get_text_length opcode #172

Closed MiranDMC closed 3 months ago

MiranDMC commented 3 months ago

Such basic operation should be possible in base CLEO without need for installing third party addons.

GET_STRING_LENGTH from NewOpcodes crashes with texts longer that 100 characters. Same opcode from CLEO+ is hard caped to 128 characters.

Meanwhile CLEO5 supports up to 255 and pointer to cstring can store even longer texts.

https://discord.com/channels/911487285990674473/1226215589740286012/1267509561405734994