[SOLVED] Register_concmd password
How can i make a plugin need password to access to menu?
If a player write in console plugin_pass "999" the plugin give him menu acess. Example: Code:
|
Re: [HELP] Register_concmd password
Register the command plugin_pass and then check the arts in the handler, just like you would do for any other plugin...
|
Re: [HELP] Register_concmd password
Is the 1st time i make this "pass verify" so i dont know how to do this.
Code:
|
Re: [HELP] Register_concmd password
Have you ever made a plugin that has a command and takes args? It is the same thing
|
Re: [HELP] Register_concmd password
You can send me a link or a example code plz?
|
Re: [HELP] Register_concmd password
|
Re: [HELP] Register_concmd password
Code:
Code:
|
Re: [HELP] Register_concmd password
Works, thank you.
How can i make for the password to be put in the middle of "" Example: amx_password "code" And if i write amx_password "" in console appears: client_print(id, print_console, "You need to insert the password.") Code:
|
Re: [HELP] Register_concmd password
Check if szArg1 is equal to ""
|
Re: [HELP] Register_concmd password
Quote:
Code:
|
| All times are GMT -4. The time now is 05:54. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.