Zin
Expert
- Joined
- Aug 1, 2013
- Messages
- 1,734
- Solutions
- 2
- Reaction score
- 117
Hi I'm trying to make a cleo where I can make my game send 2 commands via one command but it crashes on load. I'm pretty shit at doing cmds but it compiled fine but it crashes on load can anyone help me out?
Code:
{$CLEO .cs}
thread 'zin'
:START
wait 0
if and
samp.Available()
0AAB: file_exists "CLEO\zin.ini"
jf @START
0B34: samp register_client_command "zin" to_label @TYPE
:TYPE
0AF4: 0@ = read_string_from_ini_file "CLEO\zin.ini" section "Settings" key "Message1"
0AF4: 1@ = read_string_from_ini_file "CLEO\zin.ini" section "Settings" key "Message2"
say "%d" 0@
wait 50
say "%d" 1@
samp.CmdRet()