CLEO Help help

CLEO related
Status
Not open for further replies.

Valoare1337

New member
Joined
Aug 21, 2016
Messages
1
Reaction score
0
{$CLEO .cs}
0000: NOP

alloc 0@ 260
alloc 1@ 260
alloc 2@ 260
alloc 3@ 260
wait 2000

:Label55
wait 0
SAMP.GetChatString(98, 0@, 0, 0, 0)
if
0AD4: $NOT_USED = scan_string 0@ format "{00C0FF}» MATH:{CCCCCC}Primul care rezolva problema {809FFE}%d%d%d {CCCCCC}castiga{008E00} $3.500." 1@ 2@ 3@  
jf @Label55     
wait 1000                                              
005A: 1@ += 2@ // (int)
005A: 1@ += 3@ // (int)
0AF9: "/answerm %d" 1@
wait 100
005A: 1@ += 2@ // (int)
0062: 1@ -= 3@ // (int)
0AF9: "/answerm %d" 1@
wait 100
0062: 1@ -= 2@ // (int)
005A: 1@ += 3@ // (int)
0AF9: "/answerm %d" 1@
wait 100  
0062: 1@ -= 2@ // (int)
0062: 1@ -= 3@ // (int)
0AF9: "/answerm %d" 1@
goto @Label55



why cant i compile this ? A friend made this cleo and gave me another version but that version works only once, this version above works everytime but i cant compile it , i think it is because 0AF9 and 0AD4, but without those the cleo wont work , help please
 

PlasticBottle

Active member
Joined
Jul 13, 2016
Messages
162
Reaction score
1
I didn't get any error, I compiled it, make sure you have sampfuncs installed (http://ugbase.eu/Thread-ASI-SAMPFUNCS-5-3-0-3-7)
For developers:
sf_5_X_X_sdk.zip : contains both the dev. files for CLEO and C++ API.
- Copy all files from the "SB data" to "/Sanny Builder 3/data/sa".
SFPlugin.zip contains the SF API documentation and solution for plugin example.
 
Status
Not open for further replies.
Top