Clan WArs plugin
This plugin for clan war servers.
Description: This plugin will force non admins to input a password in the console when entering the server. They have a certain time to enter the password, and a certain number of tries. If the password is incorrect or they dont enter one, they will be kicked from the server. CVAR's: ppc_password <password> - this is the server password ppc_checkpass 1 |0 - this is on or off ppc_passtime 80 - this is the time they have to enter the password ppc_passtrys 2 - this is the number of invalid tries Commands: ppc_adminpass - tells an admin the password Client Commands: ppc_password <password> - do that in console to enter the password Server not kick admins. I need that I can type pass before enter server and server not kick if my pass good. Now I can type only in game. For examble setinfo ppc_password "password" But I can't connect "setinfo" function.. HELP. thx Code:
|
Re: Clan WArs plugin
I'm not sure if you will have conflicts by having several things with the same name, test it and see.
Code:
|
Re: Clan WArs plugin
Quote:
Now server nobody kick :( |
Re: Clan WArs plugin
I do not trust that nobody knows as to correct a code of the program I think that here need function get_user_info but as it to insert and how correctly to use I do not know.
|
Re: Clan WArs plugin
How I can do that admin set password not in cvar as
register_cvar("ppc_password", "password") I need do that a simple command register_clcmd("ppc_password", "password") public password(id) ............... what I need type here? :) Need help maybe new tpassword[40] set_cvar_string("ppc_password", tpassword, 39) ............ |
| All times are GMT -4. The time now is 06:52. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.