CLEO Help make .cs

CLEO related
Status
Not open for further replies.

maazuera

Active member
Joined
Apr 1, 2014
Messages
27
Reaction score
1
Someone make this codes ( :imoverit: ) To cleo.cs

can you insert this Nops To cleo.cs 0.3.7 ?

sampPatch[] = "Disable incar data"      &0 0 0x6140 "" "C3"
sampPatch[] = "Disable onfoot data"    &0 0 0x41E0 "" "C3"
sampPatch[] = "Disable passenger data"  &0 0 0x4830 "" "C3"
#sampPatch[] = "Disable unoccupied data"  &0 0 0x5E00 "" "C20800"

or make a this Nops to cleo
Disable incar data
Disable onfoot data
Disable passenger data
Disable unoccupied data

ill test one thing ...
 
Joined
Feb 18, 2005
Messages
2,965
Reaction score
276
If you don't use SAMPFUNCS;
Code:
//call @writeSAMPoffset 3 offset 0x11111 value 0xC390 size 2
:writeSAMPoffset
IF 0AA2: 3@ = "samp.dll"
THEN 0A8E: 4@ = 3@ + 0@
    0A8C: writeMem 4@ sz 2@ val 1@ vp 1
    0AA3: freelib 0@
    return_true
ELSE return_false  
END 
0AB2: 0
else
Code:
0B2D: write_samp_memory offset 1@ value 2@ size 3@

ex;
Code:
call @writeSAMPoffset  3 offset 0x6140 value 0xC3 size 1
Code:
0B2D: write_samp_memory offset 0x6140 value 0xC3 size 1
 

maazuera

Active member
Joined
Apr 1, 2014
Messages
27
Reaction score
1
you can create the .cs file because I do not understand Sanny Builder  :sadpepe:
Edit : This is auto-enable ?
 
Status
Not open for further replies.
Top