// Print info string\r
string str;\r
float tl, fl, ll;\r
- str = strcat("playing on ^2", shortmapname, "^7");\r
+ if(gametype == GAME_RPG)\r
+ str = strcat("you are in ^2", shortmapname, "^7");\r
+ else\r
+ str = strcat("playing on ^2", shortmapname, "^7");\r
tl = getstatf(STAT_TIMELIMIT);\r
fl = getstatf(STAT_FRAGLIMIT);\r
ll = getstatf(STAT_LEADLIMIT);\r
{\r
if(tl > 0)\r
str = strcat(str, " for ^1", ftos(tl), " minutes^7");\r
- if(fl > 0)\r
+ if(fl > 0 && !(gametype == GAME_RPG))\r
{\r
if(tl > 0)\r
str = strcat(str, " or");\r
versionmessage = GetClientVersionMessage();\r
\r
s = strcat(s, NEWLINES, "This is Voretournament ", cvar_string("g_voretournamentversion"), "\n", versionmessage);\r
- s = strcat(s, "^8\n\nmatch type is ^1", gamemode_name, "^8\n");\r
+ s = strcat(s, "^8\n\ngame type is ^1", gamemode_name, "^8\n");\r
\r
if(modifications != "")\r
s = strcat(s, "^8\nactive modifications: ^3", modifications, "^8\n");\r