View Single Post
Author Message
NoroHime
Veteran Member
Join Date: Aug 2016
Location: bed
Old 10-21-2022 , 16:39   [L4D & Dev] OnClientChanged
Reply With Quote #1

a dev support utility plugin just for sharing
im hate so many client change event

to use
PHP Code:
forward void OnClientChanged(int clientint teamint changes)

enum {
    
TEAM_CHANGED =    (<< 0),
    
IS_DEATH =        (<< 1),
    
IS_BOT =        (<< 2),
    
IS_RESPAWNING =    (<< 3),
    
IS_TAKEOVER =    (<< 4),
    
IS_DISCONNECT = (<< 5),

Attached Files
File Type: sp Get Plugin or Get Source (OnClientChanged.sp - 144 views - 3.3 KB)
__________________
NoroHime is offline