AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Suggestions / Requests (https://forums.alliedmods.net/forumdisplay.php?f=12)
-   -   Solved Player's current health (https://forums.alliedmods.net/showthread.php?t=323641)

rrduna 04-24-2020 11:31

Player's current health
 
how do I check the player's current health?
<100 {
event
== 100 {
event

OciXCrom 04-24-2020 13:59

Re: Player's current health
 
Code:
if(get_user_health(id) <= 100)

?


All times are GMT -4. The time now is 01:41.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.