if(!strcmp("/sougay", cmdtext)) { static i; for(i = GetMaxPlayers(); i > -1; --i) { PlayAudioStreamForPlayer(i, "url"); } return 1;}