ay guys, now i finished with this code, it took me like 5 minutes it's not that hard but
I want to do a code that if i have less than 98 % It automatic will set it to 99
how do i use this one
Code:
0B25: samp 2@ = get_player_health 1@ -> 0B25: samp 2@ = get_player_health $PLAYER_ACTOR
I didn't understand this fkin shit, How do i use variables ? fgs
Code:
{$CLEO .cs}
thread 'Heal'
:H_01
wait 0
if
0AFA: is_samp_available
else_jump @H_01
printf "~G~LOADED" 2000
if and
0256: player $PLAYER_CHAR defined
0ADC: test_cheat "heal"
jf @H_01
0223: set_actor $PLAYER_ACTOR health_to 200
print "~G~HEALED" time 2000
jump @H_01
and another question,
when i start samp, LOADED text is stuck
Code:
printf "~G~LOADED" 2000
2000 = MS or Minutes
Thanks for yr attention