Add "return PLUGIN_HANDLED" at the end of your give_items function.
And change 2 to 1 here:
Code:
if(!cmd_access(id,level,cid,2) {
That last parameter is for the # of arguments the command contains.
For a better understanding go here:
http://ghw-amxx.com/images/args.gif
__________________