Quote:
Originally Posted by mottzi
In the end it comes to the same.
I find the cmd_acess() way less readable than checking with flags manualy...
|
cmd_access is much better because if you have multiple commands running on multiple flags, you have to define them all
if you want to change the access of a command(implying you don't use cmdaccess.ini) you have to remember or search for the flag that's used in the command. With cmd_access you can easily set flags insite the definition of the command.
just my 2 cents
__________________