View Single Post
mcpan313
Senior Member
Join Date: Mar 2010
Old 04-03-2012 , 11:18   Re: [CSS] Plugin Only in a Specified Map
Reply With Quote #4

PHP Code:
new bool:g_bPluginEnable;

public 
OnMapStart()
{
    
decl String:map_name[32];
    
GetCurrentMap(map_namesizeof(map_name));
    if (
strcmp(map_name"de_dust") == ||
        
strcmp(map_name"de_dust2") == 0)
    {
        
g_bPluginEnable true;
    }

__________________
sorry, for my poor english.
mcpan313 is offline
Send a message via MSN to mcpan313