cmdaccess not registering
my commands won't register in cmdaccess, why?
Code:
#include <amxmodx> |
Re: cmdaccess not registering
Code:
Code:
|
Re: cmdaccess not registering
Did you not using any parameter to command, why in cmd_access you put 2?
|
Re: cmdaccess not registering
Quote:
Code:
|
Re: cmdaccess not registering
Quote:
|
Re: cmdaccess not registering
Quote:
|
Re: cmdaccess not registering
Quote:
|
Re: cmdaccess not registering
Quote:
|
Re: cmdaccess not registering
cmdaccess.ini doesn't register commands that start with "say".
|
Re: cmdaccess not registering
if(!cmd_access(id, level, cid, 2)) will need two parameters that return false and return 1 in your function.
Need to be 1 not 2 in this case. Nothing to do with register_command string |
| All times are GMT -4. The time now is 12:17. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.