new g_maxplayers;public plugin_init() g_maxplayers = get_maxplayers(); // ..public pokazivalka(){ for( new id = 1; id <= g_maxplayers; id++ ) { // your code here}