01.06.2012, 08:23
can add this to ?
to the script ? when someone get promote to join some team all player will see it
Код:
new name[MAX_PLAYER_NAME], string[256];
GetPlayerName(playerid, name, sizeof(name));
format(string, sizeof(string), "|-> {FF0000}%s {FFFFFF}is now in {FFFF00}World Mode 3 {FFFFFF}<-|",name);
SendClientMessageToAll(COLOR_WHITE, string);

