cm_access(), get_user_flags(), What using?
Hi all,
What is the APRECATED function? For cmd_access require the module amxmisc! :-S Thanks in advance for your responses :) |
Re: cm_access(), get_user_flags(), What using?
HUH, can you explain your question?..0o
|
Re: cm_access(), get_user_flags(), What using?
Use cmd_access() if that command has a "fixed" number of arguments. (It also displays the "USAGE:..." text on incorrect number of arguments, checks for authorized access - based on get_user_flags() and local player/server rights, logs unauthorized command usage)
Use get_user_flags() if command has a variable number of arguments. (You can also insert portions of code from cmd_access() to fit your needs) |
Re: cm_access(), get_user_flags(), What using?
Quote:
|
Re: cm_access(), get_user_flags(), What using?
Ok,
Thanks for your informations. I go to see may plugin for choise the good method. bye and see you soon :) |
| All times are GMT -4. The time now is 10:33. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.