10.08.2010, 07:33
pawn Код:
for(new i=0; i<MAX_PLAYERS; i++)
{
new name[MAX_PLAYER_NAME];
GetPlayerName(i, name, sizeof(name));
if(strfind(name,"[DSR]", true) != -1)
{
SendClanMessage(i, "...");
}
}
Sends clan message to all players with [DSR] tag.