mirror of
https://git.code.sf.net/p/quake/prozac-qfcc
synced 2024-11-10 07:11:51 +00:00
a9251b65b3
autorifle with a serverinfo
17 lines
1.2 KiB
C++
17 lines
1.2 KiB
C++
// This file contains defines for some of the messages
|
||
#define MSG_INTRO1 "Welcome to ÐÒÏÚÁÃ CustomÔÆ\na Quake ÔÆ MOD by ShakaUVM\nwww®telefragged®com¯shaka"
|
||
#define MSG_INTRO2 "Hacked by KK, then SB-1 then\nOfN, then the Quakeforge team."
|
||
//#define MSG_INTRO3 "Get any files needed at:\n\nhttp:\^/\^/quake\^.prozac\^.net\^/"
|
||
#define MSG_INTROBAR "\n\n<>žžžžžžžžžžžžžžžžžžžžžžžžžžŸ\n\n"
|
||
//, aka óC”’’’
|
||
#define MSG_CUTFVERSION "ÐÒÏÚÁÃ CustomÔÆ For QFCC - cvs"
|
||
|
||
// Comments CenterPrinted when a player gets the CTF flag
|
||
#define MSG_CTF_FLAG_GRAB_TEAM1 "You got the enemy flag!\n\nFlee!"
|
||
#define MSG_CTF_FLAG_GRAB_TEAM2 "You got the enemy flag!\n\nHead for home!"
|
||
#define MSG_CTF_FLAG_GRAB_TEAM3 "You got the enemy flag!\n\nReturn to base!"
|
||
#define MSG_CTF_FLAG_GRAB_TEAM4 "You got the enemy flag!\n\n<Insert witty comment here>"
|
||
#define MSG_CTF_FLAG_GRAB_TEAM5_1 "You got the enemy flag!\n\nRed's dead baby, Red's dead..."
|
||
#define MSG_CTF_FLAG_GRAB_TEAM5_2 "You got the enemy flag!\n\n"
|
||
#define MSG_CTF_FLAG_GRAB_TEAM6 "You got the enemy flag!\n\n"
|
||
#define MSG_CTF_FLAG_GRAB_TEAM7 "Is that a flag in your pocket\nor a you just happy to see me?"
|