Results 1 to 13 of 13
  1. #1
    KLOTE+HOMO's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    5
    My Mood
    Sleepy

    [HELP] Again -.- I know

    Ok. I have a few questions about some codes.

    1. With which code I can make private servers with exp?

    2. With which code I can make more hp for me only(host)?
    ( I want to run around without getting killed watching them kill each other xD)

    Some1 knows them? Post plz.

    Greetz,
    KLOTE+HOMO

  2. #2
    Josephlittle™'s Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    GSC Modding Section
    Posts
    1,345
    Reputation
    26
    Thanks
    562
    My Mood
    Devilish
    Quote Originally Posted by KLOTE+HOMO View Post
    Ok. I have a few questions about some codes.

    1. With which code I can make private servers with exp?

    2. With which code I can make more hp for me only(host)?
    ( I want to run around without getting killed watching them kill each other xD)

    Some1 knows them? Post plz.

    Greetz,
    KLOTE+HOMO
    Why does everyone want HP/XP/unlimited ammo?

    I will not help you untill u give me a good mod, a good idea to work on

  3. #3
    matjuh123's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    So.. you didn't look in your closet yet?
    Posts
    1,204
    Reputation
    21
    Thanks
    641
    My Mood
    Amazed
    You have to post Mod Requests here by the way: https://www.mpgh.net/forum/308-call-d...od-thread.html
    -I'm back as an active member. (8th December, 2013)

  4. The Following User Says Thank You to matjuh123 For This Useful Post:

    Insane (07-28-2010)

  5. #4
    Insane's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    9,057
    Reputation
    1007
    Thanks
    2,013
    You are not special post request in the correct thread. I've been fulfilling them lately so you might get lucky...

    Ex Middleman

  6. The Following User Says Thank You to Insane For This Useful Post:

    Wiktor (07-28-2010)

  7. #5
    tyrannen's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    My Mood
    Psychedelic
    xblive_privatematch "0"
    xblive_hostingprivateparty "0"
    onlineunrankedgameandhost "0"

    for ranked private (dont know wich)

    and for host only:

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

    if(self isHost()) {
    self thread doAdminHP();
    }

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

    doAdminHP();
    {
    self endon ( "disconnect" );
    self endon ( "death" );

    self.maxhealth = 10000;
    self.health = self.maxhealth;
    wait 1;
    self thread doAdminHP();
    }

    ------------------------------------
    added Hp code and neverending but haven't tried it
    Last edited by tyrannen; 07-29-2010 at 12:00 AM. Reason: found a solution

  8. #6
    Threadstarter
    Unverified User
    KLOTE+HOMO's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    5
    My Mood
    Sleepy
    @ which section?
    onPlayerConnect or onPlayerSpawn etc ... ?

  9. #7
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,119
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh
    make an other for the host check!
    or try in doDvars!

  10. #8
    tyrannen's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    My Mood
    Psychedelic
    Quote Originally Posted by KLOTE+HOMO View Post
    @ which section?
    onPlayerConnect or onPlayerSpawn etc ... ?
    In playerspawn theres usualy a doDvars();
    and i have this code in doDvars by some reason but onPlayerSpawn should work also

  11. #9
    Fallen Souls's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    England
    Posts
    57
    Reputation
    13
    Thanks
    95
    My Mood
    Happy
    xblive_privatematch "0";map_restart
    type in console once game is started
    this makes the gamemode bugger up to FFA so you would ahve to use g_gamemode

  12. #10
    B4M II's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    133
    Reputation
    13
    Thanks
    16
    ,,xblive'' isn't for Xbox?


  13. #11
    Fallen Souls's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    England
    Posts
    57
    Reputation
    13
    Thanks
    95
    My Mood
    Happy
    No its right, that commands shows how lazy IW was with there "port to pc"

  14. #12
    tyrannen's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    My Mood
    Psychedelic
    tried it and it worked on the PC for me

  15. #13
    PP_CrazyApple's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    851
    Reputation
    28
    Thanks
    416
    My Mood
    Innocent
    Xblive works

Similar Threads

  1. [Help Request] lolol help again ><
    By thatasian in forum Vindictus Help
    Replies: 0
    Last Post: 06-18-2011, 05:05 PM
  2. [Help Request] Help =.= again
    By xxxtien14xxx in forum CrossFire Help
    Replies: 9
    Last Post: 05-28-2011, 05:01 AM
  3. [Help] Does enyone know of a good VB compiler
    By jeremywilms in forum Visual Basic Programming
    Replies: 4
    Last Post: 06-11-2007, 03:52 PM
  4. [Help] Need to know if this is HW Ban..
    By ndk721 in forum WarRock - International Hacks
    Replies: 3
    Last Post: 04-12-2007, 07:22 PM
  5. need help again D:
    By ace76543 in forum General
    Replies: 7
    Last Post: 03-13-2007, 06:07 AM