- 523
- 306
Не знаю, как на луа, но на Клео это делается в пару строк.
CLEO::privet 0226: 1@ = actor $PLAYER_ACTOR health if 1@ < 40 jf @privet 0AF9: samp say_msg "/usemed" jump @privet
CLEO:
{$CLEO}
0000:
while true
wait 0
0226: 1@ = actor $PLAYER_ACTOR health
if
40 < 1@
then
0AF9: samp say_msg "/usemed"
end
end
Последнее редактирование: