Thread: Optimizing
View Single Post
Storas1337
Senior Member
Join Date: Apr 2009
Location: Lithuania
Old 05-25-2014 , 15:34   Re: Optimizing
Reply With Quote #3

I need more detailed example there is more code for ex

PHP Code:
  if(equali(arg_cmd"/hp")) 
    { 
   
        if(!(
get_user_flags(id) & ADMIN_BAN)) 
        { 
            
ColorChat(idNORMAL"%s^1Only ^3admins^1 can use the command^4!"Prefix
            return 
        } 
         
  
        if(
equali(arg2"")) 
        { 
            
ColorChat(idNORMAL"%s^1You should enter some name^4!"Prefix
            return 
        } 
Storas1337 is offline