View Single Post
guipatinador
SourceMod Donner Party
Join Date: Oct 2009
Location: Poortugal
Old 10-17-2012 , 17:53   Re: Module: MapName Patcher v1.0 [Linux + Windows]
Reply With Quote #12

Cool stuff
I remove the prefix from the map name (de_, cs_, as_, awp_, etc).

PHP Code:
    new szMapName32 ]
    
get_mapnameszMapNamecharsmaxszMapName ) )
    
    if( 
containiszMapName"_" ) != -)
    {
        new 
szMapPrefix10 ]
        new 
szMapSufix32 ]
        
        
strtokszMapNameszMapPrefixcharsmaxszMapPrefix ), szMapSufixcharsmaxszMapSufix ), '_' )
        
        
Patch_MapNameszMapSufix )        
    } 
guipatinador is offline