CLEO Help Cleo don't work [Help]

CLEO related
Status
Not open for further replies.

Hidend

Expert
Joined
Mar 4, 2013
Messages
625
Reaction score
39
{$CLEO}

0000:

:BHEEEEEE
wait 0
03CF: load_wav 17802 as 1

:A
wait 0
if and
03D0:  wav 1 loaded
0AD2: 0@ = player $PLAYER_CHAR targeted_actor
051A: actor $PLAYER_ACTOR damaged_by_actor 0@
jf @A
0467: clear_actor $ACTOR_RYDER last_weapon_damage
054E: clear_actor 0@ damage
03D1: play_wav 1
goto @B

:B
wait 0
if
03D2:  wav 1 ended
jf @B
040D: unload_wav 1
jump @BHEEEEEE

I don't know where is the error, anyone can help me? Im trying to do HitSound in 0.3z
 

Hidend

Expert
Joined
Mar 4, 2013
Messages
625
Reaction score
39
sufi784 link said:
dont bump ur own stuff, twice...

:kidding:

reinstall cleo 4.1 or 4.3

if that doesnt work then reistall samp and san andreas
No.

It's problem of Cleo, im trying to get this working with th3rm4l, and we can't do this, so we want some help to do it...
 

ThermaL

Expert
Joined
Oct 23, 2013
Messages
1,593
Reaction score
3
Here.

{$CLEO}

0000:

wait 0
03CF: load_wav 17802 as 1

:A
wait 0
if and
0AD2: 0@ = player $PLAYER_CHAR targeted_actor
051A: actor 0@ damaged_by_actor $PLAYER_ACTOR
jf @A
03D1: play_wav 1
0467: clear_actor $PLAYER_ACTOR last_weapon_damage
054E: clear_actor 0@ damage
goto @A
 
Status
Not open for further replies.
Top