View Single Post
Author Message
raducuursu
Junior Member
Join Date: Sep 2012
Old 05-01-2014 , 05:25   replacement words
Reply With Quote #1

if you enter the code instead of the message
Thanks!


Choose the Next Map --- "GAL_CHOOSE"
Quote:
charCnt = formatex(voteStatus, sizeof(voteStatus)-1, "%s%L^n", CLR_YELLOW, LANG_SERVER, "GAL_CHOOSE");
Recent Map --- "GAL_MAP_RECENTMAP"
Quote:
client_print(0, print_chat, "%L (%i): %s", LANG_PLAYER, "GAL_MAP_RECENTMAP", idx+1, g_recentMap[idx]);
Recent Maps --- "GAL_MAP_RECENTMAPS"
Quote:
client_print(0, print_chat, "%L: %s", LANG_PLAYER, "GAL_MAP_RECENTMAPS", msg[2]);
NOMINATIONS --- GAL_NOMINATIONS
Quote:
client_print(0, print_chat, "%L: %s", LANG_PLAYER, "GAL_NOMINATIONS", msg[2]);
Quote:
client_print(0, print_chat, "%L: %L", LANG_PLAYER, "GAL_NOMINATIONS", LANG_PLAYER, "NONE");
Extend ^"%s^" %i Minutes --- "GAL_OPTION_EXTEND"
Quote:
charCnt += formatex(voteStatus[charCnt], sizeof(voteStatus)-1-charCnt, "^n%s%i. %s%L%s", CLR_RED, g_choiceCnt+1, CLR_WHITE, LANG_SERVER, "GAL_OPTION_EXTEND", g_currentMap, floatround(get_pcvar_float(cvar_extendmapStep )), voteTally);
seconds remaining --- "GAL_TIMELEFT"
Quote:
formatex(voteFooter[charCnt], sizeof(voteFooter)-1-charCnt, "%s%L: %s%i", CLR_GREY, LANG_SERVER, "GAL_TIMELEFT", CLR_RED, g_voteDuration);
The vote has ended. --- "GAL_VOTE_ENDED"
Quote:
formatex(menuDirty, sizeof(menuDirty)-1, "%s^n^n%s%L", voteStatus, CLR_YELLOW, LANG_SERVER, "GAL_VOTE_ENDED");
raducuursu is offline