CLEO Help Command bug cleo :(

CLEO related
Status
Not open for further replies.

ejexter

Well-known member
Joined
Feb 21, 2014
Messages
211
Reaction score
0
{$CLEO}

0662: ""
0B34: samp register_client_command "xheal" to_label @cmd1
0B34: samp register_client_command "xarm" to_label @cmd2
31@ = false
30@ = false

:heal
wait 0
if
31@ == true
jf @heal
056D: actor $PLAYER_ACTOR defined
Actor.Health($PLAYER_ACTOR) = 100
0AF8: samp add_message_to_chat "{00C4FF}XLITE: {FFFFFF}Heal completed." color 0xFFFFFF
0ACD: show_text_highpriority "HEALED" time 1500
31@ = false
SAMP.CmdRet
goto @heal

:arm
wait 0
if
30@ == true
jf @arm
056D: actor $PLAYER_ACTOR defined
Actor.Armour($PLAYER_ACTOR) = 100
0AF8: samp add_message_to_chat "{00C4FF}XLITE: {FFFFFF}Armour as been set." color 0xFFFFFF
0ACD: show_text_highpriority "ARMOURED" time 1500
30@ = false
SAMP.CmdRet
goto @arm

:cmd1
wait 0
31@ = true
SAMP.CmdRet
goto @heal

:cmd2
wait 0
30@ = true
SAMP.CmdRet
goto @arm
The command /xarm not work...
Somebody know why?  :eek:hgodwhy:
 
Status
Not open for further replies.
Top