M mpol77 Active member Joined Oct 24, 2018 Messages 66 Reaction score 6 Jul 13, 2020 #1 e Last edited: Nov 15, 2020
Krc Active member Joined Mar 30, 2018 Messages 193 Reaction score 25 Location Lithuania Jul 14, 2020 #2 If u want to get ur health and do something: Code: 0226: 1@ = actor $PLAYER_ACTOR health If 1@ <= 100 Then If u want u set ur own health Code: 0223: set_actor $PLAYER_ACTOR health_to 100 Upvote 0 Downvote
If u want to get ur health and do something: Code: 0226: 1@ = actor $PLAYER_ACTOR health If 1@ <= 100 Then If u want u set ur own health Code: 0223: set_actor $PLAYER_ACTOR health_to 100
R real_fl1k Active member Joined Apr 23, 2020 Messages 72 Reaction score 8 Location Belgrade Jul 14, 2020 #3 or just use raknet hook to prevent even taking damage Upvote 0 Downvote
M mpol77 Active member Joined Oct 24, 2018 Messages 66 Reaction score 6 Jul 16, 2020 #4 e Last edited: Nov 15, 2020 Upvote 0 Downvote
H Hidend Expert Joined Mar 4, 2013 Messages 656 Reaction score 50 Jul 16, 2020 #5 You can send your health from here: https://github.com/BlastHackNet/mod_s0beit_sa-1/blob/master/src/samp.h#L403 Upvote 0 Downvote
You can send your health from here: https://github.com/BlastHackNet/mod_s0beit_sa-1/blob/master/src/samp.h#L403
[RP]Foolish Active member Joined Mar 18, 2020 Messages 68 Reaction score 36 Location sea Jul 16, 2020 #6 08AF: set_actor $PLAYER_ACTOR max_health_to 500 0223: set_actor $PLAYER_ACTOR health_to 101 Upvote 0 Downvote
M mpol77 Active member Joined Oct 24, 2018 Messages 66 Reaction score 6 Jul 16, 2020 #7 e Last edited: Nov 15, 2020 Upvote 0 Downvote
M mpol77 Active member Joined Oct 24, 2018 Messages 66 Reaction score 6 Jul 17, 2020 #8 can be L&A Last edited: Aug 11, 2020 Upvote 0 Downvote