View Single Post
slava123
Junior Member
Join Date: Apr 2022
Location: zm_crazycity
Old 09-12-2022 , 16:10   Re: [CSS] NetChannel error (console spam, kick client) - hud hint
Reply With Quote #4

Quote:
Originally Posted by Bacardi View Post
...you are flooding clients with those messages. That is why they get kicked.
I set the timer to 0.5 is that the reason? I mean if I set it to 2 or 3 seconds, that should fix the problem?

PHP Code:
public OnClientPutInServer(client)
{
    
CreateTimer(0.5PrintToHintHudclientTIMER_REPEAT);

slava123 is offline