AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugin/Gameplay Ideas and Requests (https://forums.alliedmods.net/forumdisplay.php?f=60)
-   -   move to trash (https://forums.alliedmods.net/showthread.php?t=318206)

GoGetSomeSleep 08-19-2019 12:43

move to trash
 
move to trash

Pilo 08-19-2019 12:49

Re: Any
 
Contact me on discord : Pilo#8253

DarkDeviL 08-19-2019 21:51

Re: Any
 
PHP Code:

#include <sourcemod>
#include <basecomm>

public void OnClientPostAdminCheck(int client)
{
    if (!
CheckCommandAccess(client"allow_user_to_talk"ADMFLAG_ROOT))
        
BaseComm_SetClientMute(clienttrue);


Very simple code, mutes all that doesn't hold the "allow_user_to_talk" override.


Or if you got a forum running for your community, you can require them to register (and link Steam account to their profile):

-> [ANY] Registered User Voice Enabler


(Edit: ... also fixed your title)


All times are GMT -4. The time now is 00:08.

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