View Single Post
Gold Fish
Senior Member
Join Date: Mar 2020
Old 01-28-2022 , 03:16   Re: [L4D & L4D2] Heartbeat (Revive Fix - Post Revive Options) (1.7) [31-Mar-2021]
Reply With Quote #18

Most plugins associated with the player's health have one drawback. They do not see the intentional healing of the players (from the admin menu, Give CMD, or just through the code in another plugin)Someone has seen a solution to complete tracking the player's healing ? Or is it easier to make a timer which will check the health of players for the whole game?
__________________
-

PHP Code:
public OnClientConnect(int Client) {
    
KickClient(Client"sorry");


Last edited by Gold Fish; 01-28-2022 at 03:18.
Gold Fish is offline