View Single Post
Ilusion9
Veteran Member
Join Date: Jun 2018
Location: Romania
Old 07-17-2019 , 06:05   Re: [HELP] help with int, for loop...
Reply With Quote #14

PHP Code:
!IsClientConnected(i) || !IsClientInGame(i
also, there are topics about these two functions, if you check IsClientInGame, then checking IsClientConnected is useless.
IsClientInGame = IsClientConnected + InGame

these things are small things, but if you have 10, 15 plugins doing useless things, all together can cause problems for your server.
__________________

Last edited by Ilusion9; 07-17-2019 at 06:07.
Ilusion9 is offline