Quote:
|
Originally Posted by TiMbErLaNd
I will give you some feedback on this. This could be exactly what I have been looking for. The idea is at least perfect.
|
Thanks. I have used it for a long period of time. The only hitch I found is that our users.ini files have over 64 or some odd admins in it and the admin.sma file needs to be modified to allow more than 64 admins. But other than that it has been great.
Previously it required the modification of the phpbb_users table but I modified it to use a seperate table and to allow the setting of the steamid from inside the game. I guess I forgot to explain that in the documentation.
The user needs to run the
amx_setsteamid "their username" "their passsword"
from the console. To create that forum link. Once they do this it will pick up the information on the map change and see what groups they are in and then write out the proper users.ini entry for their steamid. I will have to see about adding this information to the plugin instructions. I also updated it so that it used the new sqlx commands. Now that I am using sqlx I may look into real-time checking of the db information to grant admin access. I couldnt use it before simply because of the database being remote would cause nice "pauses" in the game play while the system waited for the query to return.