13.01.2012, 20:12
pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(PlayerInfo[i][Fmember] == 1)
{
format(string, sizeof(string), "* (Radio) %s: %s, over.", sendername, result); // define sendername and result also color and string.
SendClientMessage(i, COLOR, string);
}
}