Supermacy31
Active member
- Joined
- Mar 13, 2013
- Messages
- 173
- Reaction score
- 1
I just need help on a portion of it because it's the portion that doesn't work.
I need help quickly and this seems to be very easily fixed. Anyone have an idea? I'm not very good at string manipulation right now ;3
If I have that snippet, it crashes on typed.
I suspect it's this that's making it crash:
"[font=Monaco, Consolas, Courier, monospace]0AF9: samp say_msg "/spawncar[/font][font=Monaco, Consolas, Courier, monospace] " 0@"[/font]
[font=Monaco, Consolas, Courier, monospace]How to fix?[/font]
Code:
0AF0: 0@ = get_int_from_ini_file "cleo\car.ini" section "models" key "id0"
0AF9: samp say_msg "/spawncar " 0@
I need help quickly and this seems to be very easily fixed. Anyone have an idea? I'm not very good at string manipulation right now ;3
If I have that snippet, it crashes on typed.
I suspect it's this that's making it crash:
"[font=Monaco, Consolas, Courier, monospace]0AF9: samp say_msg "/spawncar[/font][font=Monaco, Consolas, Courier, monospace] " 0@"[/font]
[font=Monaco, Consolas, Courier, monospace]How to fix?[/font]