View Single Post
Lux
Veteran Member
Join Date: Jan 2015
Location: Cat
Old 08-06-2019 , 08:23   Re: [L4D/L4D2] Black and White Notifier (Reloaded) | 1.55 : August 6, 2019 |
Reply With Quote #3

Hello this looks good and clean

You wanna use PostThinkPost, because player animations are updated in PostThink, when using Just think all your animation checks for l4d1 are 1tick behind.

PHP Code:
public void OnClientPutInServer(int client)
{
    if (!
bIsL4D1)
    {
        return;
    }
    
    
SDKHook(clientSDKHook_PostThinkPostOnThink);

Keep it up.
__________________
Connect
My Plugins: KlickME
[My GitHub]

Commission me for L4D
Lux is offline