pai1ne13
Active member
- Joined
- Jan 2, 2019
- Messages
- 59
- Reaction score
- 4
hi, i have a problem with this mod. When my life drops below 20hp I should automatically transfer to virtual word 3, but that doesn't happen. HOW CAN I FIX IT
PHP:
{$CLEO}
0000: NOP
repeat
wait 1000
until 0AFA: is_samp_available
WHILE TRUE
WAIT 0
IF 8@ = SAMP.GetActorHandleByPlayerID(0@)
THEN
0B25: samp 8@ = get_player_health 0@
IF
0@ < 20
THEN
0af9: "/vw 3"
END
end
end