15.12.2013, 12:35
pawn Код:
for( new i= 0; i < GetMaxPlayers( ); i++ )
{
if( PlayerInfo[ i ][ adminlevel ] == 5 )
{
// do something here
}
}
basically this loops through the players, and if someone has the admin lvl 5 it does something, what it should do, is up to you, add it at the green line.
^^ is untested btw, but it should work.