View Single Post
Extremeone
Senior Member
Join Date: Jan 2005
Old 09-27-2005 , 18:26  
Reply With Quote #10

Quote:
Originally Posted by Suicid3
Code:
  register_concmd("amx_plugins","cmdPlugins",ADMIN_ADMIN)
Nope for admins only.....for this all you really had to do was change ADMIN_ADMIN to 0
huh......thats really weird.....
ohhh well.......wutever

Quote:
Originally Posted by boadmin
what suicid3 means is change

Code:
register_concmd("amx_plugins","cmdPlugins",ADMIN_ADMIN)
to

Code:
register_concmd("amx_plugins","cmdPlugins",0)
that way admins and regular users can use the command.
that was comepletly useless.....
y did you post that?
ugh
i knew exactly what he meant
Extremeone is offline