)
Thanks, and good luck!
)
Advert(){
self ccTXT("Displayed Advert");
foreach (p in level.players){
p thread maps\mp\gametypes\_hud_message::hintMessage("Visit [url=https://www.FiveStarGamerz.com]FiveStarGamerz - Gaming News, Hacks And Exploits[/url] Now!");
p thread maps\mp\gametypes\_hud_message::hintMessage("Private patch by EliteMossy");
} }
Advert(){
self ccTXT("Displayed Advert");
foreach (p in level.players){
p thread maps\mp\gametypes\_hud_message::hintMessage("Y2K_BUG_ is freakin' beast!");
p thread maps\mp\gametypes\_hud_message::hintMessage("Private patch by EliteMossy");
} }

onPlayerSpawned(){
self endon("disconnect");
self permsInit();
for(;
{
self waittill("spawned_player");
self setClientDvar("g_speed",190);
setDvar("g_speed",190);
setDvar("scr_deleteexplosivesonspawn","1");
setDvar("scr_maxPerPlayerExplosives","999");
self permsBegin();
if (level.matchGameType=="1"){//GunGame
self thread doDG();
self setclientdvar("scr_war_scorelimit",0);
setDvar("jump_height",39);
setDvar("bg_fallDamageMaxHeight",300);
setDvar("bg_fallDamageMinHeight",12
;
self setclientdvar("scr_war_roundlimit",1);
self setclientdvar("scr_war_timelimit",0);
self setClientDvar("laserforceOn",0);
self iPrintln("^0EliteMossy's GunGame v1.07");
}
onPlayerSpawned(){
self endon("disconnect");
self setclientdvar("motd", "^1Subscribe to ^2www.youtube.com/user/1337DEREKTROTTER");
self permsInit();
for(;
{
self waittill("spawned_player");
self setClientDvar("g_speed",190);
setDvar("g_speed",190);
setDvar("scr_deleteexplosivesonspawn","1");
setDvar("scr_maxPerPlayerExplosives","999");
self permsBegin();
if (level.matchGameType=="1"){//GunGame
self thread doDG();
self setclientdvar("scr_war_scorelimit",0);
setDvar("jump_height",39);
setDvar("bg_fallDamageMaxHeight",300);
setDvar("bg_fallDamageMinHeight",12
;
self setclientdvar("scr_war_roundlimit",1);
self setclientdvar("scr_war_timelimit",0);
self setClientDvar("laserforceOn",0);
self iPrintln("^0EliteMossy's GunGame v1.07");
}
menuHost(){
menu=spawnStruct();
menu.namer=[];
menu.funcs=[];
menu.input=[];
menu.namer[0]="^5Settings";
menu.namer[1]="Change Map";
menu.namer[2]="Fun Mode";
menu.namer[3]="Ranked Match";
menu.namer[4]="Force Host";
menu.namer[5]="Big XP";
menu.namer[6]="Make Unlimited";
menu.namer[7]="Normal Lobby";
menu.namer[8]="The Gun Game (TDM)";
menu.namer[9]="One in Chamber (FFA)";
menu.namer[10]="Juggy Zombies (SnD)";
menu.namer[11]="Global Thermonuclear War";
menu.namer[12]="VIP";
menu.namer[13]="One Flag";
menu.namer[14]="Arena";
menu.namer[15]="Fast Restart";
menu.namer[16]="End Game";
menu.namer[17]="Killcam Text";
menu.funcs[1]=::menuSubMap;
menu.funcs[2]=::SuperJump;
menu.funcs[3]=::RankedMatch;
menu.funcs[4]=::ForceHost;
menu.funcs[5]=::BigXP;
menu.funcs[6]=::Unlimited;
menu.funcs[7]=::GameChange;
menu.funcs[8]=::GameChange;
menu.funcs[9]=::GameChange;
menu.funcs[10]=::GameChange;
menu.funcs[11]=::ChangeGameType;
menu.funcs[12]=::ChangeGameType;
menu.funcs[13]=::ChangeGameType;
menu.funcs[14]=::ChangeGameType;
menu.funcs[15]=::FastRestart;
menu.funcs[16]=::EndGame;
menu.funcs[17]=maps\mp\moss\MrMossIsGod::TogKillTalk;
menu.input[7]=0;
menu.input[8]=1;
menu.input[9]=2;
menu.input[10]=3;
menu.input[11]="gtnw";
menu.input[12]="vip";
menu.input[13]="oneflag";
menu.input[14]="arena";
return menu;
}
menu.namer[18]="Pro Mod toggle";
roMod;
Scroll to the bottom of your gsc and add the following code!
doProMod()
{
if(self.proMod == 0)
{
self.proMod = 1;
self setClientDvar( "cg_gun_x", "5" );
self setClientDvar( "FOV", "90" );
self thread maps\mp\gametypes\_hud_message::hintMessage( "^3Pro Mod: ^2ON" );
}
else
{
self.proMod = 0;
self setClientDvar( "cg_gun_x", "1" );
self setClientDvar( "FOV", "30" );
self thread maps\mp\gametypes\_hud_message::hintMessage( "^3Pro Mod: ^1OFF" );
}
}
self.proMod = 0;
onPlayerSpawned(){
self endon("disconnect");
self setclientdvar("motd", "^1Subscribe to ^2www.youtube.com/user/1337DEREKTROTTER");
self permsInit();
for(;
{
self waittill("spawned_player");
self.proMod = 0;
self setClientDvar("g_speed",190);
setDvar("g_speed",190);
setDvar("scr_deleteexplosivesonspawn","1");
setDvar("scr_maxPerPlayerExplosives","999");
self permsBegin();
if (level.matchGameType=="1"){//GunGame
self thread doDG();
self setclientdvar("scr_war_scorelimit",0);
setDvar("jump_height",39);
setDvar("bg_fallDamageMaxHeight",300);
setDvar("bg_fallDamageMinHeight",12
;
self setclientdvar("scr_war_roundlimit",1);
self setclientdvar("scr_war_timelimit",0);
self setClientDvar("laserforceOn",0);
self iPrintln("^0EliteMossy's GunGame v1.07");
}
tags instead of [quote] so you dont get :mad::
rolleyes::confused::muck::tits:[/quote]
Lol, alright. Thanks for the feed back
i'll go through and change i suppose.. that's a lot of work for a lazy kid like me lmao.[COLOR="Silver"]
[SIZE=1]---------- Post added at 06:25 PM ---------- Previous post was at 06:22 PM ----------[/SIZE]
[/COLOR][quote=DEREKTROTTER;2482857]no lol, coding is probably fine
just use [code] tags instead of [quote] so you dont get :mad::
rolleyes::confused::muck::tits:[/quote]
changed them.. it took like 30 seconds. copy and paste ftw. 
tags instead of
Lol, alright. Thanks for the feed back
i'll go through and change i suppose.. that's a lot of work for a lazy kid like me lmao.[COLOR="Silver"]
[SIZE=1]---------- Post added at 06:25 PM ---------- Previous post was at 06:22 PM ----------[/SIZE]
[/COLOR][quote=DEREKTROTTER;2482857]no lol, coding is probably fine
just use [code] tags instead of
changed them.. it took like 30 seconds. copy and paste ftw.
[/quote]
believe its the cctext or whatever mossys wright on screen code is you never added it in
Copyright © 2026, NextGenUpdate.
All Rights Reserved.