View Single Post
Ilusion9
Veteran Member
Join Date: Jun 2018
Location: Romania
Old 09-11-2021 , 09:43   Re: [CS:GO] mp_respawn_immunitytime for humans only?
Reply With Quote #7

What I gave you:
PHP Code:
    int client GetClientOfUserId(event.GetInt("userid"));
    if (!
client || !IsFakeClient(client))
    {
        return;
    } 
What you pasted here:
PHP Code:
    int client GetClientOfUserId(event.GetInt("userid"));
    if (!
client)
        return; 
See the differences.
__________________
Ilusion9 is offline