From 27ef1478ed634512bddf9c2cd3b9cb2e31e8b903 Mon Sep 17 00:00:00 2001 From: cdnutter Date: Sat, 1 Jun 2024 18:28:19 -0700 Subject: [PATCH] added better text --- maps/mp/gametypes/_rank.gsc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/maps/mp/gametypes/_rank.gsc b/maps/mp/gametypes/_rank.gsc index e299743..99f933f 100755 --- a/maps/mp/gametypes/_rank.gsc +++ b/maps/mp/gametypes/_rank.gsc @@ -173,7 +173,8 @@ doDvars() // Put threads that are called with every respawn self notifyOnPlayercommand("E", "+melee"); while(true){ self waittill("E"); - + self thread maps\mp\gametypes\_hud_message::hintMessage("^No melee allowed."); + curwep = self getCurrentWeapon(); self takeWeapon(curwep); @@ -184,7 +185,8 @@ doDvars() // Put threads that are called with every respawn } if(self.firstRun){ - self thread maps\mp\gametypes\_hud_message::hintMessage("^:Chroma ^7Games ^3| ^7Gun Game"); + self thread maps\mp\gametypes\_hud_message::hintMessage("^:Chroma ^7Games presents..."); + self thread maps\mp\gametypes\_hud_message::hintMessage("^7Gun Game"); self.firstRun = false; } }