View Single Post
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 07-02-2020 , 10:35   Re: Admin Bad Word Log
Reply With Quote #2

PHP Code:
register_plugin    (    PLUGIN,     VERSION,     AUTHOR        )
    
    
register_clcmd    (    "say"        ,        "BadWord"    
    
    
register_clcmd    (    "say_team"    ,        "BadWord"    )
    
    
mkdir        (            szLogFile            )
    
    
LoadList    (                             )

while        (     
<         g_BadNum     )
    
    {
        
        if (     (
szPos =     containi    szSaidg_BadWord[i][1]) ) != -)
        
            { 

                
szFound true 
            
}
            
        ++
i
        
    

What's up with all these spaces? It looks horrible.
__________________
HamletEagle is offline