Page 3 of 3 FirstFirst 123
Results 31 to 43 of 43
  1. #31
    Xray Hunter's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    37
    Reputation
    10
    Thanks
    0
    My Mood
    Angelic
    Quote Originally Posted by uzipuzzy View Post
    I already started but thanks..

    I only have like 4 problem left.

    1. Autobalance how?

    2. If enter akimbo weapon in _rank i just get 1 weapon that says akimbo xD

    3. how too change the names of teams

    4. admin ingame menu.

    thats all for now i guess.
    So could somebody tell me how too fix it

    thx in advance
    1. Autobalance how? (I might take this later.)

    2. If enter akimbo weapon in _rank i just get 1 weapon that says akimbo xD (Be sure you do: self giveweapon("usp_akimbo",0,1);

    3. how too change the names of teams. (This you do in the Team GSC File.)

    4. admin ingame menu. (Look on some threads. Many menus here.)

  2. #32
    uzipuzzy's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    Quote Originally Posted by Xray Hunter View Post
    1. Autobalance how? (I might take this later.)

    2. If enter akimbo weapon in _rank i just get 1 weapon that says akimbo xD (Be sure you do: self giveweapon("usp_akimbo",0,1);

    3. how too change the names of teams. (This you do in the Team GSC File.)

    4. admin ingame menu. (Look on some threads. Many menus here.)
    1. Aaah Thx

    2 Worked Thx

    3. Uhm what? xD

    4. did only found one that i understand too install from izero but it's bugged after awhile you cant see it anymore so can you link me?

  3. #33
    Xray Hunter's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    37
    Reputation
    10
    Thanks
    0
    My Mood
    Angelic
    Quote Originally Posted by uzipuzzy View Post
    1. Aaah Thx

    2 Worked Thx

    3. Uhm what? xD

    4. did only found one that i understand too install from izero but it's bugged after awhile you cant see it anymore so can you link me?
    Em:
    1. Np Maybe this:
    level thread maps\mp\gametypes\_teams::balanceTeams();
    2. Np
    3. Look here:#include maps\mp\_utility; FACTION_REF_COL = 0; FACTION_NAME_COL = - Pastebin.com (Name it _teams.gsc and but in same folder as the _rank.gsc. Edit:
    Code:
    initScoreBoard()
    {
    	setDvar("g_TeamName_Allies", "*TEAMNAME*");
    	setDvar("g_TeamIcon_Allies", getTeamIcon( "allies" ));
    	setDvar("g_TeamIcon_MyAllies", getTeamIcon( "allies" ));
    	setDvar("g_TeamIcon_EnemyAllies", getTeamIcon( "allies" ));
    	scoreColor = getTeamColor( "allies" );	
    	setDvar("g_ScoresColor_Allies", scoreColor[0] + " " + scoreColor[1] + " " + scoreColor[2] );
    
    	setDvar("g_TeamName_Axis", "*TEAMNAME*");
    	setDvar("g_TeamIcon_Axis", getTeamIcon( "axis" ));
    	setDvar("g_TeamIcon_MyAxis", getTeamIcon( "axis" ));
    	setDvar("g_TeamIcon_EnemyAxis", getTeamIcon( "axis" ));
    	scoreColor = getTeamColor( "axis" );	
    	setDvar("g_ScoresColor_Axis", scoreColor[0] + " " + scoreColor[1] + " " + scoreColor[2] );
    
    	setdvar("g_ScoresColor_Spectator", ".25 .25 .25");
    	setdvar("g_ScoresColor_Free", ".76 .78 .10");
    	setdvar("g_teamColor_MyTeam", ".6 .8 .6" );
    	setdvar("g_teamColor_EnemyTeam", "1 .45 .5" );
    	setdvar("g_teamTitleColor_MyTeam", ".6 .8 .6" );
    	setdvar("g_teamTitleColor_EnemyTeam", "1 .45 .5" );	
    }
    (Maybe you just have to add it in the _rank.gsc in the doDvars() thread. The name line...)
    4: https://www.mpgh.net/forum/308-call-d...4-09-10-a.html ???
    Last edited by Xray Hunter; 09-26-2011 at 03:24 AM.

  4. #34
    uzipuzzy's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    1. nope wont start game :/

    3. worked thx

    4. admin menu still nothing :/

    have a idea for 1.
    Like normally when you get in a game you can chose team right.
    and auto-
    so is it possible to mod, that you cant click on a team but only can click on the auto- button?

    thx in advance

  5. #35
    Xray Hunter's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    37
    Reputation
    10
    Thanks
    0
    My Mood
    Angelic
    Quote Originally Posted by uzipuzzy View Post
    1. nope wont start game :/

    3. worked thx

    4. admin menu still nothing :/

    have a idea for 1.
    Like normally when you get in a game you can chose team right.
    and auto-
    so is it possible to mod, that you cant click on a team but only can click on the auto- button?

    thx in advance
    1: Are you sure you added it on the right place?
    else you have to change: level to self

  6. #36
    Nachos's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Between Equator and The North Pole
    Posts
    2,984
    Reputation
    176
    Thanks
    919
    My Mood
    Blah
    Use the fucking search button! How fucking hard can it be to add a fucking admin menu! Why are everybody in this section retards! Gawdz!
    __________________________________________________ _________________

    Make a new GSC file called _missions and paste this code. Then put the _missions in your gametypes folder and open the menu in-game at 5.

    If you have any further question feel free to search for the 10 other topics where i have answered this question.



    The lines in my Steam are i's

  7. #37
    Xray Hunter's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    37
    Reputation
    10
    Thanks
    0
    My Mood
    Angelic
    Quote Originally Posted by Nachos View Post
    Use the fucking search button! How fucking hard can it be to add a fucking admin menu! Why are everybody in this section retards! Gawdz!
    __________________________________________________ _________________

    Make a new GSC file called _missions and paste this code. Then put the _missions in your gametypes folder and open the menu in-game at 5.

    If you have any further question feel free to search for the 10 other topics where i have answered this question.

    Ah, then I know why there is so many in this section that never post. because the all use the search :P

    Well, a bit boring :P
    No post, everyone use the search

  8. #38
    uzipuzzy's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    Quote Originally Posted by Nachos View Post
    Use the fucking search button! How fucking hard can it be to add a fucking admin menu! Why are everybody in this section retards! Gawdz!
    __________________________________________________ _________________

    Make a new GSC file called _missions and paste this code. Then put the _missions in your gametypes folder and open the menu in-game at 5.

    If you have any further question feel free to search for the 10 other topics where i have answered this question.


    Still I'm a new person on this forum.
    I told here I found one but it disapear after a while and really I'm not a retard.
    Some people here should be nice to other people...
    But I forget the insulting part and go to the part where you're helping me..
    Thx that you're helping me but it aint working.

  9. #39
    Nachos's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Between Equator and The North Pole
    Posts
    2,984
    Reputation
    176
    Thanks
    919
    My Mood
    Blah
    Quote Originally Posted by uzipuzzy View Post
    Still I'm a new person on this forum.
    I told here I found one but it disapear after a while and really I'm not a retard.
    Some people here should be nice to other people...
    But I forget the insulting part and go to the part where you're helping me..
    Thx that you're helping me but it aint working.
    I did not insult you, I insulted the community...

    Yes, it does work... if you do it correct.

    Another thing you need to learn is that if you say something doesn't work then say what the problem is.


    The lines in my Steam are i's

  10. #40
    Yamato's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    839
    Reputation
    13
    Thanks
    154
    My Mood
    Amazed
    Quote Originally Posted by TheMaskedOne View Post
    it is :S since Jorndel leaved and Pyrozombie leaved and Yamato doesnt seems to post annymore its dead
    I am not dead,

  11. #41
    uzipuzzy's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    Quote Originally Posted by Nachos View Post


    I did not insult you, I insulted the community...

    Yes, it does work... if you do it correct.

    Another thing you need to learn is that if you say something doesn't work then say what the problem is.
    Uhm, thats the problem.
    It aint giving me a error orsomething.
    I can press 5 as hard as I want but nothing.

  12. #42
    Xray Hunter's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    37
    Reputation
    10
    Thanks
    0
    My Mood
    Angelic
    Quote Originally Posted by uzipuzzy View Post
    Uhm, thats the problem.
    It aint giving me a error orsomething.
    I can press 5 as hard as I want but nothing.
    Are you sure you remembered to thread the menu?

    Open the menu file. find the first thread name.

    then do like:
    self maps\mp\gametypes\_men*****name::menuthreadname();

  13. #43
    uzipuzzy's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    /close please it's done...

Page 3 of 3 FirstFirst 123

Similar Threads

  1. WWII Online Battle over europe - hack request
    By Joe.. in forum Hack Requests
    Replies: 1
    Last Post: 12-06-2012, 02:59 PM
  2. [Request] Aimbot Request for Alien Swarm
    By 369669 in forum Hack Requests
    Replies: 0
    Last Post: 07-20-2011, 05:38 PM
  3. Replies: 26
    Last Post: 12-31-2010, 10:04 AM
  4. Requesting Lineage 2 Banner
    By arunforce in forum Help & Requests
    Replies: 3
    Last Post: 01-08-2006, 09:52 PM
  5. Space Cowboy Online
    By wardo1926 in forum General Gaming
    Replies: 3
    Last Post: 12-30-2005, 10:15 AM