You are not logged in.
Pages: 1
Hello! This is my CLEO 3 mod that makes the car that you are driving undamageable, even if it is upside down:D:D In fact, the car will be all proof.
The CLEO 3 code:
[q]// This file was decompiled using sascm.ini published by Seemann (http://sannybuilder.com/files/SASCM.rar) on 13.10.2007
{$VERSION 3.1.0027}
{$CLEO .cs}
//-------------MAIN---------------
03A4: name_thread 'ENGINE'
:ENGINE_11
0001: wait 0 ms
00D6: if
0256: player $PLAYER_CHAR defined
004D: jump_if_false @ENGINE_11
00D6: if
8118: not actor $PLAYER_ACTOR dead
004D: jump_if_false @ENGINE_11
00D6: if
00DF: actor $PLAYER_ACTOR driving
004D: jump_if_false @ENGINE_11
03C0: 0@ = actor $PLAYER_ACTOR car
0002: jump @ENGINE_78
:ENGINE_78
0001: wait 0 ms
02AC: set_car 0@ immunities BP 1 FP 1 EP 1 CP 1 MP 1
03F5: set_car 0@ apply_damage_rules 0
0002: jump @ENGINE_11[/q]
Please comment:^
Offline
Offline
No. its my 12 cleo mod
Offline
No. its my 12 cleo mod
you would do something harder and more interesting, but these cheats ...
100 постов - 27 августа;
Offline
Offline
Sw[ee]t, did you mean that player can drive car (for example) down of the cliff, and the car can launch parachute like the player, and float to ground? I try that, but i don't know if that script can be created:D
Offline
Sw[ee]t, did you mean that player can drive car (for example) down of the cliff, and the car can launch parachute like the player, and float to ground? I try that, but i don't know if that script can be created:D
It is. And also, when car falls from the sky (or the cliff, as you said). It will be some realistic.
Offline
Nice, but its your 12th mod?
You did easier mods before? Or harder ones and you got that idea later?
Parachute car would be nice, i also would like to do this for my KR mod!
Offline
Nice, but its your 12th mod?
You did easier mods before? Or harder ones and you got that idea later?
Parachute car would be nice, i also would like to do this for my KR mod!
I make CLEO 3 mods almost only for fun use. And the mod what i posted is modified from my third mod:D
And yes, i created harder mods first. (Modding main.scm as example)
Offline
knightrider1994 wrote:Nice, but its your 12th mod?
You did easier mods before? Or harder ones and you got that idea later?
Parachute car would be nice, i also would like to do this for my KR mod!I make CLEO 3 mods almost only for fun use. And the mod what i posted is modified from my third mod:D
And yes, i created harder mods first. (Modding main.scm as example)
Ok good, because something similar was my first script
Offline
Pages: 1