CLEO Help SAMPFUNC Console Command

CLEO related
Status
Not open for further replies.

fahrein

Active member
Joined
Apr 18, 2014
Messages
103
Reaction score
0
I make console Command cleo

Code:
0C63: register_console_command "test" to_label @test2

:test2
0AF8: "Testing System." -1
But "~" and write "test" dont work command

This SampFUNC setting

Code:
[Main]
DrawInfoBar=false
Logging=true
CheckUpdates=true
EnableConsole=true
MultiProcess=true
AntiPause=false
ScriptEnginePatch=true
Debug=false
DisableGameAPI=false
ExceptionHandler=true

How to dont work my console command? Unkown command error :(
 
Status
Not open for further replies.
Top