View Single Post
Grey83
Veteran Member
Join Date: Dec 2014
Location: Ukraine
Old 03-25-2023 , 23:15   Re: [L4D2] About "IsClientInGame()"
Reply With Quote #5

PHP Code:
                if(!IsClientInGame(i) )
                        return; 
==>
PHP Code:
                if(!IsClientInGame(i) )
                        continue; 
https://wiki.alliedmods.net/Introduc...7#Loop_Control
__________________
Grey83 is offline