Thread: [Suggestion / Subplugin Request] [Req] Need ZP Plugin
View Single Post
klatro
Senior Member
Join Date: Oct 2009
Location: The world and at home
Old 12-23-2011 , 05:44   Re: [Req] Need ZP Plugin
Reply With Quote #16

Code:
if ( get_user_flags(id) && ADMIN_LEVEL_A )

->

Code:
if ( get_user_flags(id) & ADMIN_LEVEL_A )
klatro is offline