I būdas:
Code: Select all
if(day != 0 || active_players(CS_TEAM_T, true) == 1) len += formatex(menu[len], charsmax(menu) - len, "\r1.\d %L^n", id, "FIRST_MENU_SHOOTING")else len += formatex(menu[len], charsmax(menu) - len, "\r1.\w %L^n", id, "FIRST_MENU_SHOOTING")
Code: Select all
new text[360];format(text, sizeof(text), "%L", id, "FIRST_MENU_SHOOTING"); menu_additem(menu, text, "1", 0, (day != 0 || active_players(CS_TEAM_T, true) == 1) ? call : -1)
Tai kuris būdas pigesnis?

