AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugin/Gameplay Ideas and Requests (https://forums.alliedmods.net/forumdisplay.php?f=60)
-   -   A way to remove replay and sourceTV from the admin menu? (https://forums.alliedmods.net/showthread.php?t=255774)

jpwanabe 01-20-2015 10:16

A way to remove replay and sourceTV from the admin menu?
 
I had an admin ban replay from one of my servers causing it to crash repeatedly until I removed the ban. Is there any way to remove replay and sourceTV from the admin list soo this can't happen again? I tried search but with no luck.

Chdata 01-20-2015 13:40

Re: A way to remove replay and sourceTV from the admin menu?
 
don't include them if they pass true for this

PHP Code:

stock bool:IsReplayClient(iClient)
{
    return 
IsClientReplay(iClient) || IsClientSourceTV(iClient);



jpwanabe 01-20-2015 13:41

Re: A way to remove replay and sourceTV from the admin menu?
 
Thanks, but I don't code, so I have no idea what to do with that.

Bacardi 01-20-2015 15:13

Re: A way to remove replay and sourceTV from the admin menu?
 
https://forums.alliedmods.net/showthread.php?t=158185


All times are GMT -4. The time now is 11:05.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.