CLEO Help Help with checkpoints

CLEO related
Status
Not open for further replies.

necrotino

Member
Joined
Apr 22, 2014
Messages
5
Reaction score
0
Hi, I'm new to mods cleo, I want to make a simple mod cleo.

The cleo mod is to create a checkpoint where the player is, each time the button is pressed the checkpoint is generated in the position of the player.

The mod cleo I want to do is very simple, the problem is that I have no experience doing cleo mods.

I'm new at this, please help u.u  :eek:key:
 
Joined
Feb 18, 2005
Messages
2,965
Reaction score
271
Code:
while true
wait 0
    if 0AB0: 49
    then
    actor.StorePos($player_actor, 0@, 1@, 2@)
    03BC: 3@ = create_sphere_at 0@ 1@ 2@ radius 3.0
    end
    if 0AB0: 50
    then 03BD: destroy_sphere 3@
    end    
end
 

zaki19

Well-known member
Joined
Feb 27, 2013
Messages
393
Reaction score
0
necrotino link said:
Hi, I'm new to mods cleo, I want to make a simple mod cleo.

The cleo mod is to create a checkpoint where the player is, each time the button is pressed the checkpoint is generated in the position of the player.

The mod cleo I want to do is very simple, the problem is that I have no experience doing cleo mods.

I'm new at this, please help u.u  :eek:key:
http://gtag.gtagaming.com/opcode-database/
http://gtaforums.com/topic/403594-gta-sa-cleo-script-tutorial/
 
Status
Not open for further replies.
Top