View Single Post
jouva
Senior Member
Join Date: Jan 2010
Old 07-30-2019 , 20:20   Re: [TF2] Noise Maker Player
Reply With Quote #110

Quote:
Originally Posted by Ketteii View Post
I tried using the overrides, they didn't work for some reason - all users were still able to use them. Apologies, I didn't say that in the first comment.
It should work.

Just to be sure that we're on the same page, it works like this:

addons/sourcemod/configs/admin_overrides.cfg
Code:
Overrides
{
    "sm_noisemaker"    "m"     // assuming m is the flag your members have
    "sm_noisemaker_halloween"    "m"
    "sm_noisemaker_samurai"    "m"
    "sm_noisemaker_japan"    "m"
    "sm_noisemaker_fireworks"    "m"
    "sm_noisemaker_birthday"    "m"
    "sm_noisemaker_vuvuzela"    "m"
    "sm_noisemaker_winter"    "m"
}
Then you must execute sm_reloadadmins for these changes to get loaded.

Make sure the config is in the configs directory of sourcemod (not the cfg folder of tf2), that you override all of the commands (or the other commands will be available), and that you execute the reload admins command above to actually load the changes

Last edited by jouva; 07-30-2019 at 20:21.
jouva is offline