Proteger Plugins:


// Coloque Antes da plugin_init()


new const g_szServerIP[] = "Coloque seu IP aqui !!!"

// Coloque Depois da plugin_init()


new szIP[22]; 
get_user_ip(0, szIP, charsmax(szIP)); 

if( !equal(szIP, g_szServerIP) ) 

set_fail_state("This plugins is Private!"); 

}
teste
teste


teste

teste

teste