C CHAOS Member Joined Jan 6, 2014 Messages 15 Reaction score 0 Jul 15, 2015 #1 Heyho, So I want to check, if the player health = or is under 7. How could i do that? greetz
springfield God Joined Feb 18, 2005 Messages 2,965 Reaction score 273 Jul 15, 2015 #2 Code: 0B25: samp 2@ = get_player_health 1@ if 2@ <= 7 then ... end Upvote 0 Downvote