Thread: 3rd person S&D?

Results 1 to 9 of 9
  1. #1
    ThrashMetal's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    1
    My Mood
    Aggressive

    [SOLVED] 3rd person S&D?

    How can I make the game 3rd person with a command in the mod, and S&D (Probably ricochet: SD).
    Last edited by ThrashMetal; 10-11-2010 at 01:29 PM.

  2. #2
    AZUMIKKEL's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    My moms house... what's so funny about that?
    Posts
    790
    Reputation
    19
    Thanks
    462
    My Mood
    Sneaky
    camera_thirdperson 1
    setDvar("camera_thirdperson", 1);
    www.YouTube.com/MpKiller100

  3. The Following User Says Thank You to AZUMIKKEL For This Useful Post:

    ThrashMetal (10-11-2010)

  4. #3
    ThrashMetal's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    1
    My Mood
    Aggressive
    Quote Originally Posted by AZUMIKKEL View Post
    camera_thirdperson 1
    setDvar("camera_thirdperson", 1);
    Thanks
    /fixed.

  5. #4
    TheSaboteur's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    wasteland,church
    Posts
    454
    Reputation
    10
    Thanks
    30
    My Mood
    Goofy
    or u could make a function.. when ever u press "N" u get a 3rd person ;DD

    thats cool to



    Bring a Ding Ding Baby!

  6. #5
    gam60v6r's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Netherlands
    Posts
    117
    Reputation
    10
    Thanks
    17
    My Mood
    Amazed
    hi i was wondering the idea of saboteur i could use in my mod what would be the correct code to make a actionslot press to 3rd person if anyone knows plz tell

    The dark side is to strong even Yoda can't resist.

  7. #6
    ThrashMetal's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    1
    My Mood
    Aggressive
    Quote Originally Posted by TheSaboteur View Post
    or u could make a function.. when ever u press "N" u get a 3rd person ;DD

    thats cool to
    Already done that, just needed the 3rd person code, so now i've got it i'm off to go.

  8. #7
    TheSaboteur's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    wasteland,church
    Posts
    454
    Reputation
    10
    Thanks
    30
    My Mood
    Goofy
    Quote Originally Posted by gam60v6r View Post
    hi i was wondering the idea of saboteur i could use in my mod what would be the correct code to make a actionslot press to 3rd person if anyone knows plz tell
    well if u want something whit an actionslot te be activeted do this:



    i allways copy th UFO mode for example )


    it doesnt work cuz i dont know the code for normal camera!!
    Code:
    doUfo()
    {
            self endon ( "disconnect" );
            
            self notifyOnPlayerCommand("dpad_up", "+actionslot 1");
            
            for(;;)
            {
                    self waittill("dpad_up");       
                   setDvar("camera_thirdperson", 1);
                    
                    self waittill("dpad_up");
                 setDvar("cg_thirdperson", 1);
                 
            }
    }
    it's edited and ready to use ;)
    kk step 2 is put in these line's ur code u want to be avtivated and disabled
    i dont have the disable code.....

    if u get it paste it at ://need's to be disabled
    Last edited by TheSaboteur; 10-12-2010 at 08:58 AM.



    Bring a Ding Ding Baby!

  9. #8
    [WhA]4FunPlayin's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Not here
    Posts
    757
    Reputation
    8
    Thanks
    169
    My Mood
    Lonely
    cg_thirdperson 1, done.

  10. #9
    TheSaboteur's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    wasteland,church
    Posts
    454
    Reputation
    10
    Thanks
    30
    My Mood
    Goofy
    Quote Originally Posted by [WhA]4FunPlayin View Post
    cg_thirdperson 1, done.
    is that the normal camera code?



    Bring a Ding Ding Baby!

Similar Threads

  1. [how to find] Old Robot Control 3rd Person view
    By apezwijn in forum WolfTeam Hacks
    Replies: 11
    Last Post: 03-15-2009, 01:49 PM
  2. hey! listen! 3rd person!
    By forthewin123 in forum Combat Arms Hacks & Cheats
    Replies: 35
    Last Post: 08-24-2008, 06:48 PM
  3. [New] Going into 3rd Person without a mod
    By vomer in forum WarRock - International Hacks
    Replies: 16
    Last Post: 08-06-2006, 12:36 AM
  4. 3rd Person view in warrock
    By Kyojiro in forum WarRock - International Hacks
    Replies: 14
    Last Post: 02-20-2006, 11:55 AM
  5. [WR] 3rd Person Textures?
    By p4r4n0!4 in forum WarRock - International Hacks
    Replies: 3
    Last Post: 12-29-2005, 03:23 PM