View Single Post
Author Message
Gold Fish
Senior Member
Join Date: Mar 2020
Old 04-15-2021 , 10:56   White lighting for black and white players
Reply With Quote #1

Hello, can you advise the plugin for the white glow to work correctly on players who are on the brink of death? There is such a bwBox box, but the code there is very old and there are situations when the glow is not displayed or, on the contrary, does not disappear, for example, if you treat a player from the admin menu. or through my own command. I would like to know what the code should look like in order to correctly capture the moment when it is black and white.

Thanks in advance.
__________________
-

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


Last edited by Gold Fish; 04-15-2021 at 10:57.
Gold Fish is offline