08.12.2011, 12:17
pawn Код:
new str[128], name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, sizeof(name));
for(new b; b<MAX_PLAYERS; b++)
{
format(str, sizeof(str), "{00CCCC}%s {FFFFFF}needs a bodyguard!", name);
SendClientMessage(Body_Guard[b],0xFFFFFFAA, str);
}