I am currently running PTB on my 1.6 CS server. Everything is working great except admin immunity is on somehow. Cause everyone but admins to be switched. Problem is, we tend to have several admins on and if there are only a few regulars on, they get switched like crazy because of PTB not being able to switch the admins.
Can someone tell me how to shut off the admin immunity for PTB without removing the immunity from AMX?
Thanks in advance!
PTB Question
-
- A regular
- Posts: 44
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Thu Oct 13, 2005 6:03 pm
Check out this forum post on amxmodx.org, http://www.amxmodx.org/forums/viewtopic ... 603#165603
You should edit the source code (the sma file) to whatever admin flag you want for PTB admin immunity. Compile it and then upload to your gameserver like any other plugin installation.
You should edit the source code (the sma file) to whatever admin flag you want for PTB admin immunity. Compile it and then upload to your gameserver like any other plugin installation.
-Nick
Cool, thank you.Nick|NFo wrote:Check out this forum post on amxmodx.org, http://www.amxmodx.org/forums/viewtopic ... 603#165603
You should edit the source code (the sma file) to whatever admin flag you want for PTB admin immunity. Compile it and then upload to your gameserver like any other plugin installation.
How exactly do you compile? Just drop the editted file on the compile.exe file?
You can use the webcompiler here: http://www.amxmodx.org/webcompiler.php
If you want to compile it locally, you need to run that compile.exe with the sma file located in the same directory. You can download the scripting folder from your FTP, should have everything you need (addons/amxmodx/scripting).
If you want to compile it locally, you need to run that compile.exe with the sma file located in the same directory. You can download the scripting folder from your FTP, should have everything you need (addons/amxmodx/scripting).
-Nick
I appreciate all the help. Thanks!Nick|NFo wrote:You can use the webcompiler here: http://www.amxmodx.org/webcompiler.php
If you want to compile it locally, you need to run that compile.exe with the sma file located in the same directory. You can download the scripting folder from your FTP, should have everything you need (addons/amxmodx/scripting).