Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › MultiPlayer Game Hacks & Cheats › Call of Duty Hacks & Cheats › Call of Duty 6 - Modern Warfare 2 (MW2) Hacks › Call of Duty Modern Warfare 2 Server / GSC Modding › Call of Duty Modern Warfare 2 GSC Modding Help/Discussion › [Solved]Disable the Mini Map

[Solved]Disable the Mini Map

Posts 1–12 of 12 · Page 1 of 1
JE
jesus10
[Solved]Disable the Mini Map
Hellooo everyone,

First of all this may be in the wrong section, it might be better suited for help. Feel free to move it, if so.

However, I thought it would be better for the mod section since it includes a question about mods. My friend and I recently got somewhat hooked on the new zombie mod. But one of our biggest beefs with it is that zombies that are on your team can see where you're at on the mini map. We have been looking for a few ways to disable the mini map via commands but all efforts have failed. Is there any way we can add some sort of code to the mod to disable the map or have some kind of UAV jammer up at all the times in order to prevent people from staring at the mini map to find players?

In one of my google searches I found a code like this "self RadarJamOn();" but I wasn't sure where to include it in the original code.

Any help would be greatly appreciated, thank you.

EDIT: Sorry, House, I just read your new rules for this section and found that there is a sort of mod discussion section. I'll wait for a moderator to move this rather than posting another thread in that section.
#1 · edited 16y ago · 16y ago
House
House
yeah, wrong section is 1 day ban
/Moved
and I dont like ur avatar at all
#2 · edited 16y ago · 16y ago
master131
[MPGH]master131
Try this?
[php]self setClientDvar("compasssize", 0);[/php]
#3 · 16y ago
XU
xurple
The above compasssize ; 0 should work.
#4 · 16y ago
Insane
Insane
I believe this is the second time me + house has said we don't like your avatar.
We will go down hard on you if you don't change it. Like how wrong section is a one day ban?
#5 · 16y ago
JE
jesus10
Quote Originally Posted by Insane View Post
I believe this is the second time me + house has said we don't like your avatar.
We will go down hard on you if you don't change it. Like how wrong section is a one day ban?
I am very sorry I posted this in the wrong section, in my defense though, you only posted that there was a new section for modding discussion a week ago. I will be more careful in the future though. As for my avatar, I did not see your original posts on wanting me to change it. I will change it, however I am very confused as to why I need to change it. Are there some sort of rules against certain avatars? What is wrong with it? Send me a personal message if need be. I am very confused as to why you are both so offended by it.

Also, it looks as though you have taken mercy on me and not banned me. However, if you wish, feel free to ban me for a day as I unintentionally broke one of the rules. It will be a good lesson to me and a good example to new members.

Quote Originally Posted by master131
Try this?
Where do I edit this into _rank.gsc? Can I just place it anywhere?
#6 · edited 16y ago · 16y ago
master131
[MPGH]master131
Quote Originally Posted by jesus10 View Post
I am very sorry I posted this in the wrong section, in my defense though, you only posted that there was a new section for modding discussion a week ago. I will be more careful in the future though. As for my avatar, I did not see your original posts on wanting me to change it. I will change it, however I am very confused as to why I need to change it. Are there some sort of rules against certain avatars? What is wrong with it? Send me a personal message if need be. I am very confused as to why you are both so offended by it.

Also, it looks as though you have taken mercy on me and not banned me. However, if you wish, feel free to ban me for a day as I unintentionally broke one of the rules. It will be a good lesson to me and a good example to new members.



Where do I edit this into _rank.gsc? Can I just place it anywhere?
Yes you can use it anywhere.
#7 · edited 16y ago · 16y ago
Insane
Insane
Quote Originally Posted by jesus10 View Post
I am very sorry I posted this in the wrong section, in my defense though, you only posted that there was a new section for modding discussion a week ago. I will be more careful in the future though. As for my avatar, I did not see your original posts on wanting me to change it. I will change it, however I am very confused as to why I need to change it. Are there some sort of rules against certain avatars? What is wrong with it? Send me a personal message if need be. I am very confused as to why you are both so offended by it.

Also, it looks as though you have taken mercy on me and not banned me. However, if you wish, feel free to ban me for a day as I unintentionally broke one of the rules. It will be a good lesson to me and a good example to new members.



Where do I edit this into _rank.gsc? Can I just place it anywhere?
Rules are rules. It's not hard to notice a new section and read the rules for that section...

As for your response to me...
You could write poems
(PS: we never said you had to change it, just we dont like it)
#8 · 16y ago
JE
jesus10
Quote Originally Posted by master131 View Post
Yes you can use it anywhere.
Thanks, I just tried it and it seems to work until I pick a team, then the screen strangely goes black.

Quote Originally Posted by Insane View Post


Rules are rules. It's not hard to notice a new section and read the rules for that section...

As for your response to me...
You could write poems
(PS: we never said you had to change it, just we dont like it)
Ahaha, thanks, I probably wouldn't be very good at poems though, because I'm german and even though it may seem I have a good grasp of the english language I'm still learning

Why don't you guys like it though? Is there some sort of significance behind it? I just picked it because I thought it looked funny. I'm changing it anyways though. I don't want to offend anyone.
#9 · 16y ago
master131
[MPGH]master131
Change onJoinedTeam() to this:
[php]onJoinedTeam()
{
self endon("disconnect");

for(;
{
self waittill( "joined_team" );
self thread removeRankHUD();
self VisionSetNakedForPlayer(getDvar("mapname"), 0);
}
}[/php]
#10 · 16y ago
DO
Double Rainbow
Quote Originally Posted by Insane
We will go down hard on you if you don't change it. Like how wrong section is a one day ban?
anyways, tried master's fix, it works. was always wondering how to do that
#11 · edited 16y ago · 16y ago
Blubb1337
Blubb1337
Flame again and you'll get your arse banned Double.

/marked as solved
#12 · 16y ago
Posts 1–12 of 12 · Page 1 of 1

Post a Reply

Similar Threads

  • My mini-map covering the whole screen!By templer222 in Call of Duty Modern Warfare 2 Help
    9Last post 16y ago
  • [Solved]how to disable the leave button?By rmk1379 in Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    10Last post 15y ago
  • [Solved]Disabling taking weapons from the groundBy ThrashMetal in Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    2Last post 15y ago
  • [Solved]sometimes the menu can't be scrolled after map voting in 4.5 version of QCZM?By peter7612 in Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    2Last post 15y ago
  • [Solved]Any way to get the Ascension map free ?By wouterkabouterlol in Call of Duty Black Ops Help
    6Last post 15y ago

Tags for this Thread

#disable#map#mini#zombies