AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Removing amx_admin_check from amx_super.cfg (https://forums.alliedmods.net/showthread.php?t=162417)

Stang 07-18-2011 20:15

Removing amx_admin_check from amx_super.cfg
 
in amx_super.cfg there is amx_admin_check, when I put it to 0, ingame it says 'Admin check is currently DISABLED'. But I have another admin_check plugin that has that plus more features. How do i delete amx_admin_check from amx_super.cfg so when someone types /admin ingame it won't say 'Admin check is currently disabled'? I've tried just deleting it in the amx_super.cfg but that didn't work either.

- Thanks

fysiks 07-18-2011 20:22

Re: Removing amx_admin_check from amx_super.cfg
 
Put "//" in front of the line that looks like this:

PHP Code:

register_clcmd("say /admin", ... 

:arrow:

PHP Code:

// register_clcmd("say /admin", ... 


Stang 07-18-2011 22:26

Re: Removing amx_admin_check from amx_super.cfg
 
Thank you :)

ppr0perr 06-07-2012 09:28

Re: Removing amx_admin_check from amx_super.cfg
 
My setting for this look like this... and it dosent work... Please help :)

Code:

// amx_admin_check 0          // Enable/Disable the ability to say /admin(s) and show the admins online

<VeCo> 06-07-2012 09:29

Re: Removing amx_admin_check from amx_super.cfg
 
Just do what fysiks said.

ppr0perr 06-07-2012 09:32

Re: Removing amx_admin_check from amx_super.cfg
 
Quote:

Originally Posted by fysiks (Post 1513482)
Put "//" in front of the line that looks like this:

PHP Code:

register_clcmd("say /admin", ... 

:arrow:

PHP Code:

// register_clcmd("say /admin", ... 



Lisen I cant find this setting... I put this '//" in front of "amx_admin_check 0" but didnt work

<VeCo> 06-07-2012 09:35

Re: Removing amx_admin_check from amx_super.cfg
 
This is in the .sma file.


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

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