Lots of small fixes/improvements

This commit is contained in:
BotoX
2017-05-20 05:08:31 +02:00
parent 3912295377
commit 371d1ce242
10 changed files with 40 additions and 76 deletions
+1 -1
View File
@@ -309,7 +309,7 @@ public Action Timer_CheckPlayer(Handle Timer, any Data)
for(client = 1; client <= MaxClients; client++)
{
if(!g_Players_bEnabled[client])
if(!g_Players_bEnabled[client] || !IsClientInGame(client))
continue;
int iTeamNum = GetClientTeam(client);