CLEO Help [Help] Cleo Help.

CLEO related
Status
Not open for further replies.

Spix

Well-known member
Joined
Sep 23, 2013
Messages
353
Reaction score
1
Hello, I wanna start to make cleo scripts, I want to specially use car scripts, Because i like the car scripts most..

So if anyone can tell me the basics to make a script,  Like car Teleport Etc..

Sincerly SpexxTr0n
 

Opcode.eXe

Expert
Joined
Feb 18, 2013
Messages
1,492
Reaction score
236
Location
( ͡° ͜ʖ ͡°)
This is an base script to act with cars around you...
In that example all cars will explode when you press X

Code:
{$CLEO .cs}
0000:

:START
WAIT 0
if
0AB0: 88 // X
jf @START
if    
0AE2: 0@ = random_vehicle_near_point 0.0 0.0 0.0 in_radius 9999.0 find_next 0 pass_wrecked 0
then
    repeat    
    //
    0224: set_car 0@ health_to 1000
    
    //
    until 8AE2: 0@ = random_vehicle_near_point 0.0 0.0 0.0 in_radius 9999.0 find_next 1 pass_wrecked 0
end
jump @START
 

Spix

Well-known member
Joined
Sep 23, 2013
Messages
353
Reaction score
1
Can i add you on skype and you can learn me some more basic's, when you got time?
 

xzytro

God
Joined
Apr 1, 2013
Messages
2,294
Reaction score
7
SpexxTr0n link said:
Can i add you on skype and you can learn me some more basic's, when you got time?
:face_palm:

7KfXJ.jpg

The one on the left is Opcode.eXe, and next to him stands SpexxTr0n.

(if you don't know who Yip man is, ignore this reply.)
 
Status
Not open for further replies.
Top