CLEO Help [search]adding a script without /q [solved]

CLEO related
Status
Not open for further replies.

Mr.Rider

Active member
Joined
Dec 13, 2014
Messages
129
Reaction score
0
i am asking for opcodex cleo wich allows you to add a script without relog  :yesyes:...
thanx
 

rebootsrl

Member
Joined
Mar 16, 2014
Messages
18
Reaction score
0
Re: [search]adding a script without /q

Compile script and copy in CLEO folder;<<You need to enable the console (EnableConsole=true) from "SAMPFUNCS_SETTINGS.ini">>; Open SAMPFUNCS console (~); Then type: 0A92: create_custom_thread "Name.cs" or just 0A92: "Name.cs"
 
Joined
Feb 18, 2005
Messages
2,965
Reaction score
271
Re: [search]adding a script without /q

Code:
{$CLEO .cs}
0000:
REPEAT
    wait 40
UNTIL SAMP.Available()
0B34: "loadcs" @loadcs

WHILE TRUE
    WAIT 0
END

:loadcs
0B35: 0@
0A92: 0@
0B43:

/loadcs mycs.cs
 

Mr.Rider

Active member
Joined
Dec 13, 2014
Messages
129
Reaction score
0
Re: [search]adding a script without /q

springfield link said:
Code:
{$CLEO .cs}
0000:
REPEAT
    wait 40
UNTIL SAMP.Available()
0B34: "loadcs" @loadcs

WHILE TRUE
    WAIT 0
END

:loadcs
0B35: 0@
0A92: 0@
0B43:

/loadcs mycs.cs
unknown opcode  :eek:hgodwhy:

why always when i try to compile a script that have an integrated samp command, it says error at opcode xxxx,
 

pepeelpubero

Well-known member
Joined
Jan 21, 2014
Messages
433
Reaction score
1
Re: [search]adding a script without /q

Because you need sampfuncs sb data, go to this post: http://ugbase.eu/releases/(plugin)-sampfuncs-3-1-by-fyp-(0-3z)/ then download the attachment and:

For Developers:
- Copy all files from the "SB data" to "/Sanny Builder 3/data/sa".
 

rasol

Well-known member
Joined
Aug 3, 2014
Messages
214
Reaction score
0
Re: [search]adding a script without /q

springfield link said:
Code:
{$CLEO .cs}
0000:
REPEAT
    wait 40
UNTIL SAMP.Available()
0B34: "loadcs" @loadcs

WHILE TRUE
    WAIT 0
END

:loadcs
0B35: 0@
0A92: 0@
0B43:

/loadcs mycs.cs

it's crash me i have cleo 4.1 sampfuncs 5.1.1 and silent's asi loader final version
 
Status
Not open for further replies.
Top