AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [ANY] Resize Players - 1.5.1 - 2014/11/20 (https://forums.alliedmods.net/showthread.php?t=193255)

DittoTheLucario 01-31-2023 22:26

Re: [ANY] Resize Players - 1.5.1 - 2014/11/20
 
Is this plugin Admin only? I'm new to adding plugins to servers and I couldn't figure out how to give a friend access without making them admin.

PC Gamer 02-01-2023 00:52

Re: [ANY] Resize Players - 1.5.1 - 2014/11/20
 
Quote:

Originally Posted by DittoTheLucario (Post 2798382)
I couldn't figure out how to give a friend access without making them admin.

Server owners can change the access level for any command by overriding command access. Here's a link that explains the process: https://wiki.alliedmods.net/Overridi...ss_(Sourcemod)

You can override the command access by editing the /addons/sourcemod/configs/admin_overrides.cfg file. For example, to make anyone able to use the !gimme, !gimmep, and !resetp commands you would add these entries into your admin_overrides.cfg file:
PHP Code:

Overrides
{
    
sm_resize ""
    
sm_resizeme ""
    
sm_resizehead ""
    
sm_resizemyhead ""
    
sm_resizehands ""
    
sm_resizemyhands ""
    
sm_resizetorso ""
    
sm_resizemytorso ""
    
sm_resizereset ""
    
sm_resizeresetme ""


The lack of a flag in the double quotes means anybody can use the command. When you are finished editing and saving the file you can type this in the server console to reload access levels:
PHP Code:

sm_reloadadmins 

I hope this helps.


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

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