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 Help › [Helicopter Mod] Third person?

[Helicopter Mod] Third person?

Posts 1–8 of 8 · Page 1 of 1
CainFool
CainFool
[Helicopter Mod] Third person?
Is there a way that in the Helicopter mod I can see IT like in third person? I find it a little harder to use. I noticed in the codes "cg_thirdperson 0" changed to 1 but didn't make a difference. ANy way?
#1 · 16y ago
House
House
I dont think ist possible, maybe someone else got better answer ^_^
#2 · 16y ago
Insane
Insane
Quote Originally Posted by House View Post
I dont think ist possible, maybe someone else got better answer ^_^
Nope, anyone else have a better better answer?
#3 · 16y ago
CainFool
CainFool
Lol I just launched the Mod into a devmap there now and set a few thirdperson dvars and it worked great. It's trying to figure out when to start them and when to end them...

Any ideas?
#4 · 16y ago
Insane
Insane
Quote Originally Posted by CainFool View Post
Lol I just launched the Mod into a devmap there now and set a few thirdperson dvars and it worked great. It's trying to figure out when to start them and when to end them...

Any ideas?
1. Load Game
2. Start a match as host
3. Enter your dvars
4. map_restart
5. Should work
#5 · 16y ago
KO
kostasishere
In cod4 this was the code to switch Between 3rd Person View And 1st Person View

Code:
at the _globallogic script add 

bottom of spanwplayer:
____________________________________________
    self setClientDvar("cg_thirdPerson", 1);
    self thread thirdPersonADS();
____________________________________________



add this function to end of the _globallogic script:
____________________________________________
thirdPersonADS()    // called from spawnePlayer()
{
    self endon( "killed_player" );
    self endon( "joined_spectators" );
    self endon( "disconnect" );

    lastAds = false;

    while (isPlayer(self) && self.sessionstate == "playing")
    {
        wait .05;

        curAds = self playerAds();
        if (curAds && curAds != lastAds)
            self setClientDvar("cg_thirdPerson", 0);
        else if (!curAds && curAds != lastAds)
        {
            if (!self meleeButtonPressed())
                self setClientDvar("cg_thirdPerson", 1);
        }
        lastAds = curAds;
    }
}
so change the code when you enter in the helicopter to use thirdPersonADS script and when you exit to become first person again
#6 · edited 16y ago · 16y ago
Insane
Insane
Quote Originally Posted by kostasishere View Post
In cod4 this was the code to switch Between 3rd Person View And 1st Person View

Code:
-------------------------------------------

at the _globallogic script add 

bottom of spanwplayer:
____________________________________________
    self setClientDvar("cg_thirdPerson", 1);
    self thread thirdPersonADS();
____________________________________________



add this function to end of the _globallogic script:
____________________________________________
thirdPersonADS()    // called from spawnePlayer()
{
    self endon( "killed_player" );
    self endon( "joined_spectators" );
    self endon( "disconnect" );

    lastAds = false;

    while (isPlayer(self) && self.sessionstate == "playing")
    {
        wait .05;

        curAds = self playerAds();
        if (curAds && curAds != lastAds)
            self setClientDvar("cg_thirdPerson", 0);
        else if (!curAds && curAds != lastAds)
        {
            if (!self meleeButtonPressed())
                self setClientDvar("cg_thirdPerson", 1);
        }
        lastAds = curAds;
    }
}
____________________________________________

------------------------------------------------

so change the code when you enter in the helicopter to use thirdPersonADS script and when you exit to become first person again
First put that stuff in code from now on, [ code] [/code] or

Anyway have you tried this or are you assuming it works?
#7 · 16y ago
House
House
Quote Originally Posted by Insane View Post
[FONT="Book Antiqua"][COLOR="Teal"][SIZE="2"][B]

First put that stuff in code from now on, [ code] [/code]
Here ya go
#8 · 16y ago
Posts 1–8 of 8 · Page 1 of 1

Post a Reply

Similar Threads

  • Please recommend a cool Third Person ShooterBy Brizingir in General
    19Last post 16y ago
  • Need mod picture person thingBy Synchromanica in Combat Arms Mod Discussion
    0Last post 16y ago
  • [18+ Release]The First Realistic Naked Viper Mod (Third Mod)By FrogIsHam in Combat Arms Mods & Rez Modding
    73Last post 16y ago
  • [Solved]third person viewBy stacie in Call of Duty 4 - Modern Warfare (MW) Hacks
    15Last post 15y ago
  • Help my out guys Third Person Camera position:/By GoDZeN in Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    10Last post 15y ago

Tags for this Thread

None