Thread: amx_ban2
View Single Post
BOYSplayCS
BANNED
Join Date: Apr 2008
Location: Gainesville, FL
Old 04-03-2009 , 10:12   Re: amx_ban2
Reply With Quote #10

I'm getting better at this ;)

Also,

PHP Code:
    new Target cmd_target(id Arg 10)  
    if(!
is_user_connected(Target))  
        return 
PLUGIN_HANDLED 
You shouldn't return PLUGIN_HANDLED. It would be best to return PLUGIN_CONTINUE.
BOYSplayCS is offline