Add QuickSwitch and fix bugs

This commit is contained in:
BotoX
2019-09-10 22:07:09 +02:00
parent ad2f7cd71a
commit f5e17c4e9f
3 changed files with 79 additions and 4 deletions
-1
View File
@@ -130,7 +130,6 @@ public void OnClientDisconnect(int client)
public Action OnJoinTeamCommand(int client, const char[] command, int argc)
{
LogMessage("OnJoinTeamCommand(%L, %s, %d)", client, command, argc);
if(client < 1 || client >= MaxClients || !IsClientInGame(client))
return Plugin_Continue;