Wouldn't you want to do this
Code:
if(user_gothisgun[id]) = true
return PLUGIN_HANDLED
instead of this
Code:
if(user_gothisgun[id])
return PLUGIN_HANDLED
If your using true and false you want to tell it what it's looking for.
Correct me if I'm wrong.
__________________