I have an ini file with a string. I get that string with a cleo mod and i want to create a samp textdraw with that text.
So i get the string like that
After that, i create the textdraw like that
The problem is that the if my string is for example "Big boss" in samp it will show "Big" on one row and "boss" on another row...
Like that:
http://i.imgur.com/HGMuLb2.jpg
And i want to show "Big boss" on one row.
So i get the string like that
Code:
0AC8: 20@ = allocate_memory_size 20
0AF4: 20@ = read_string_from_ini_file "cleo\config.ini" section "SectionName" key "stringKey"
Code:
0C48: samp textdraw 30@ create 20@ pos 10@ 11@
Like that:
http://i.imgur.com/HGMuLb2.jpg
And i want to show "Big boss" on one row.