Code:
{$CLEO}
0000:
repeat
wait 0
until SAMP.Available()
0B34: samp register_client_command "seth" to_label @HEALTH
while true
wait 0
end
:HEALTH
SAMP.IsCommandTyped(0@)
if
0AD4: $NOT_USED = 0@ format "%d" 0@
then
Actor.Health($PLAYER_ACTOR) = 0@
end
cmdret