Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    3ja3ka3's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0

    Deleting stuff from the server (bullets left, team score, rank scale)

    Hello!
    I'm new to .gsc modding and I'm learning c++ right now... Anyways I just wanted to ask you pros out here how I can delete this from my server:


    The scale to the next rank, NOT the text.

    And secondly:


    How can I make the gametype "Vote Map" or "Team Deathmatch" (with space between and with big letters. Because I can just make it colored, together with no space and no big letters. If that's possible please tell me how.

    Thank you for your help.

  2. #2
    Heartview's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    KY Cygni
    Posts
    9,202
    Reputation
    717
    Thanks
    2,890
    Moved to GSC Help.
    Texture Mods


    Obedear, the sky is low

  3. #3
    aIW|Convery's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    2,875
    Reputation
    124
    Thanks
    604
    My Mood
    Cynical
    So.. you are taking someone elses mod and want to remove the credits and all that?

  4. #4
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,113
    My Mood
    Angelic
    Quote Originally Posted by Heartview View Post
    Moved to GSC Help.
    @Heartview

    Em, you looked at the image?

    Its a website there....

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  5. #5
    Heartview's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    KY Cygni
    Posts
    9,202
    Reputation
    717
    Thanks
    2,890
    Its just a clan website. Not advertising if there is no competition.
    Texture Mods


    Obedear, the sky is low

  6. #6
    3ja3ka3's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by aIW|Convery View Post
    So.. you are taking someone elses mod and want to remove the credits and all that?
    No! When you connect to the server it clearly signs whos mod is this(actually its just a script allowing players to vote a map on the end of the game). The server itself is completly mine and i did everythig myself(expect the votemap mod). I am not such a douche to fix it to my name (because I know how). I just want to add some stuff.

  7. #7
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,113
    My Mood
    Angelic
    Well, you have to upload the mod OR use pastebin.com and upload the gsc file there.

    Pastebin.com is the fastest, No need for scans and upload + image.

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  8. #8
    3ja3ka3's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Jorndel View Post
    Well, you have to upload the mod OR use pastebin.com and upload the gsc file there.

    Pastebin.com is the fastest, No need for scans and upload + image.
    Ok, so you want my .gsc from the mod?
    Here it is: .gsc - Pastebin.com

  9. #9
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,113
    My Mood
    Angelic
    Quote Originally Posted by 3ja3ka3 View Post
    Ok, so you want my .gsc from the mod?
    Here it is: .gsc - Pastebin.com
    Here is the text functions:
    notifyData = spawnstruct();
    notifyData.iconName = "anim_helicopter_gunner";
    notifyData.titleText = "^2Knife & Throwing Knife";
    notifyData.notifyText = "^1By yolarrydabomb";
    notifyData.glowColor = (0.5, 0.5, 0.5);
    notifyData.sound = "mp_challenge_complete";
    self thread maps\mp\gametypes\_hud_message::notifyMessage( notifyData );
    self setClientDvar("didyouknow", "This server is using yolarrydabomb's Knife Mod? Well now you know!");

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  10. #10
    3ja3ka3's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Jorndel View Post
    Here is the text functions:
    Thank you, but this isn't what i want. Did you even read what I want to do? I know how to do that, but i don't need to change that... See first post.

  11. #11
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,113
    My Mood
    Angelic
    Quote Originally Posted by 3ja3ka3 View Post
    Thank you, but this isn't what i want. Did you even read what I want to do? I know how to do that, but i don't need to change that... See first post.
    Well, on top it said remove
    I guess I won't bother looking for your answers. There is so many helpful users here

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  12. #12
    3ja3ka3's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Jorndel View Post
    Well, on top it said remove
    I guess I won't bother looking for your answers. There is so many helpful users here
    Did you look at the picture? And what I want to remove? I don't want to modify or delete any signs or text. If you know how to delete the rank scale please tell me. And the second pic... I want to rename the gametype in a name with spaces and big letters.

  13. #13
    3ja3ka3's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    Please help me.

  14. #14
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,113
    My Mood
    Angelic
    Quote Originally Posted by 3ja3ka3 View Post
    Please help me.
    If you make it clear what I shuold do. Then I might do it. Else Iwon't.

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  15. #15
    3ja3ka3's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    Ok. Can you see the first picture at the very first post? Well I want to delete the "rank scale or xp scale" I don't know how its named. Because its making the text on it look less visable.

    And the second thing (2nd picture at the very first post). Do you know where gametypes are written (in the game, example: Team Deathmatch, Free For All and then sometimes if it uses mod RTD or mapvoting or knifemod... Well i want to change the example (example is knifemod) to "KnifeMod" or "Knife Mod". I just want to know how i can make space between or make it start with big letters. Cause if you want to make it colored you just have to add ^1234567 or 0 in front of your gametypes name. But if you write it with big letters an spaces, it automaticly turns to without spaces and small letters.

    Do you understand what I want now?

Page 1 of 2 12 LastLast

Similar Threads

  1. [Help Request] You have been disconected from the server?!?
    By JonathanTBM in forum Vindictus Help
    Replies: 14
    Last Post: 05-30-2011, 09:31 PM
  2. [Info] It's not your connections it's from the server
    By ucigasul in forum WarRock Discussions
    Replies: 9
    Last Post: 04-18-2011, 05:45 AM
  3. Files different from the server (Steam)
    By F-I-R-E in forum Call of Duty Modern Warfare 2 Help
    Replies: 12
    Last Post: 02-28-2011, 04:59 PM
  4. [How To] Delete Virus from the ''No Smoking'' Hack
    By ℓøωѕᴋɪℓℓ(ಠ_ಠ) in forum CrossFire Discussions
    Replies: 43
    Last Post: 06-19-2010, 02:26 PM
  5. [Help] please i can't play it say me Error discconected from the server
    By avihai144 in forum K.O.S. Secret Operation Hacks
    Replies: 5
    Last Post: 04-16-2010, 11:59 AM