CLEO Help lil bit help

CLEO related
Status
Not open for further replies.

0x32789

Expert
Joined
May 26, 2014
Messages
849
Reaction score
52
Location
LongForgotten <-> 0x32789
My code:

00A0: get_char_coordinates 27@ store_to 1@ 2@ 3@

and what i want now..

is that

The Z(3@ I think) should be a little bit high(like 2.5 floats more) so the player can get car rammed,

How can I do that?

will 3@ + 2.5 work?
 

0B36

Expert
Joined
Jan 6, 2014
Messages
1,324
Reaction score
8
This aint PAWN where you can simply add or manipulate any value to a variable, so 3@ + 2.5 won't work.

Code:
000B: 6@ += 0.1
 
Status
Not open for further replies.
Top