Code:
{$CLEO .cs}
0000:
:SAMP
wait 0
if
0AD2: 1@ = player $PLAYER_CHAR targeted_actor //IF and SET
jf @SAMP
2@ = Actor.Health(1@)
04DD: 3@ = actor 1@ armour
0AD1: "Health: %d~n~Armour: %d" 100 2@ 3@
jump @SAMP
This is not working, I mean I cannot take other player's health & armor. Any other method you guys know?