Compare commits
No commits in common. "25bd3552153885e8bc3c126607b2875c394452a6" and "6a0b75ed61affbcdde6ea67944beb782a4c102a7" have entirely different histories.
25bd355215
...
6a0b75ed61
@ -177,9 +177,6 @@ public Action OnTakeDamage(int victim, int &attacker, int &inflictor, float &dam
|
||||
if(!IsPlayerAlive(victim))
|
||||
return Plugin_Continue;
|
||||
|
||||
if(!IsPlayerAlive(attacker))
|
||||
return Plugin_Continue;
|
||||
|
||||
if(!g_bKnifeBan)
|
||||
return Plugin_Continue;
|
||||
|
||||
@ -555,7 +552,7 @@ public void OpenKnifebanlistMenu(int client)
|
||||
menu.Display(client, MENU_TIME_FOREVER);
|
||||
}
|
||||
|
||||
public void MenuHandler_MainMenu(Menu menu, MenuAction action, int client, int selection)
|
||||
public int MenuHandler_MainMenu(Menu menu, MenuAction action, int client, int selection)
|
||||
{
|
||||
switch(action)
|
||||
{
|
||||
@ -647,7 +644,7 @@ public void OpenKnifebanlistOfTheClient(int client, char sBuffer[32])
|
||||
menuclient.Display(client, MENU_TIME_FOREVER);
|
||||
}
|
||||
|
||||
public void MenuHandler_ClientMenu(Menu menuclient, MenuAction action, int client, int selection)
|
||||
public int MenuHandler_ClientMenu(Menu menuclient, MenuAction action, int client, int selection)
|
||||
{
|
||||
switch(action)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user