hello, im new with scripting mods so can someone do a cleo mod that when i die the mod action a command like i die and it do /wave or something.
thank you and sorry for bad eng.
this what i tried
{$CLEO .cs}
0000:
REPEAT
WAIT 0
UNTIL 0AFA:
WHILE TRUE
WAIT 0
IF AND
if
0118: actor $PLAYER_ACTOR dead
8B21: samp is_chat_opened
THEN
0AF9: samp say_msg "/mp3"
free 0@
repeat
wait 0
until 8118: actor $PLAYER_ACTOR dead
END
thank you and sorry for bad eng.
this what i tried
{$CLEO .cs}
0000:
REPEAT
WAIT 0
UNTIL 0AFA:
WHILE TRUE
WAIT 0
IF AND
if
0118: actor $PLAYER_ACTOR dead
8B21: samp is_chat_opened
THEN
0AF9: samp say_msg "/mp3"
free 0@
repeat
wait 0
until 8118: actor $PLAYER_ACTOR dead
END