12.04.2013, 20:23
Код:
if(TalkingLive[playerid] != INVALID_PLAYER_ID) { if(PlayerInfo[playerid][pJob] == 6 || PlayerInfo[playerid][pJob2] == 6) { format(string, sizeof(string), "Live News Reporter %s: %s", GetPlayerNameEx(playerid), text); OOCNews(COLOR_LIGHTGREEN, string); } else { format(string, sizeof(string), "Live Interview Guest %s: %s", GetPlayerNameEx(playerid), text); OOCNews(COLOR_LIGHTGREEN, string); } return 0; }