mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-06 22:33:20 +00:00
Update more to 1.11
This commit is contained in:
parent
0718b24855
commit
25a35284cd
13 changed files with 36 additions and 22 deletions
|
@ -272,7 +272,7 @@ public Action L4D2_OnEntityShoved(int client, int entity, int weapon, float vecD
|
|||
}
|
||||
|
||||
public Action OnClientSayCommand(int client, const char[] command, const char[] sArgs) {
|
||||
if(sArgs[0] == '@') return Plugin_Continue; //Ignore admin chat
|
||||
if(client <= 0 || sArgs[0] == '@') return Plugin_Continue; //Ignore admin chat or console
|
||||
|
||||
static int honkID;
|
||||
static int profanityID;
|
||||
|
|
|
@ -280,4 +280,5 @@ Action Timer_SpawnBotsPost(Handle h) {
|
|||
}
|
||||
}
|
||||
}
|
||||
return Plugin_Handled;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue