Hi UG-Base, I'm going to release small piece of script which will load a cleo mod for you in-game.
This is not a hack, just a tool for loading cleo mods in-game without quitting your game.
To load a cleo mod in-game, type: /csload <Modname.cs>
Remember, if you put a wrong mod name it may crash your game.
Update 2.0:
-No more crashes on putting the wrong mod name
-Added few colors into messages
-Download in attachements
Requirements:
SAMPFUNC 3.2+
Download in attachments.
This is not a hack, just a tool for loading cleo mods in-game without quitting your game.
To load a cleo mod in-game, type: /csload <Modname.cs>
Remember, if you put a wrong mod name it may crash your game.
Update 2.0:
-No more crashes on putting the wrong mod name
-Added few colors into messages
-Download in attachements
Code:
{$CLEO}
0000: NOP
wait 100
0B34: samp register_client_command "csload" to_label @LOAD
:LOOPPPP
wait 0
goto @LOOPPPP
:LOAD
wait 0
SAMP.IsCommandTyped(2@)
0AB1: call_scm_func @FileExists 1 2@
0A92: create_custom_thread 2@
0AF8: samp add_message_to_chat "{FF0000}Cleo mod '%s' has been loaded" color -1 2@
SAMP.CmdRet()
:NotExists
wait 0
0AF8: samp add_message_to_chat "{FF0000}The cleo mod name you entered is not valid" color -1
0AF8: samp add_message_to_chat "{BFBFBF}Usage : /csload <putyourmodname.cs>" color -1
SAMP.CmdRet()
:FileExists
0AD3: 25@v = format "CLEO/%s" 0@
if
0AAB: file_exists 25@v
then
return_true
else
goto @NotExists
end
ret 0
Requirements:
SAMPFUNC 3.2+
Download in attachments.