View Single Post
sudzone
Member
Join Date: Jan 2010
Location: Bucharest
Old 05-26-2012 , 07:08   Re: nVault prune help!
Reply With Quote #2

PHP Code:
    if(!cmd_access(idlevelcid2)) 
        return 
PLUGIN_HANDLED


to ->
PHP Code:
    if(!cmd_access(idlevelcid1)) 
        return 
PLUGIN_HANDLED
sudzone is offline
Send a message via Yahoo to sudzone