Results 1 to 9 of 9
  1. #1
    ~Just IN~'s Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    self thread xbox360nolife() {
    Posts
    518
    Reputation
    11
    Thanks
    55
    My Mood
    Doh

    Thumbs up [Solved]Icon & Text in top right hand corner code?

    If you know the code or could make one up real quick, it would be very appreciated & credits in the PS3 mod.

    Before you say anything about PS3 regarding; Ps3? This is PC!

    I will convert PC > PS3.
    PS3 converting is almost the same as Xbox360 converting.

    Example of what I've been looking for:
    _____________________
    [-------------------Icon ]
    [-------------------Text ]
    [------------------------]
    [------------------------]
    [------------------------]
    [------------------------]
    [_____________________]

    But smaller size; I can do that.

    Thank you.
    Last edited by ~Just IN~; 01-20-2011 at 05:15 PM.

  2. #2
    silsil's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by ~Just IN~ View Post
    If you know the code or could make one up real quick, it would be very appreciated & credits in the PS3 mod.

    Before you say anything about PS3 regarding; Ps3? This is PC!

    I will convert PC > PS3.
    PS3 converting is almost the same as Xbox360 converting.

    Example of what I've been looking for:
    _____________________
    [-------------------Icon ]
    [-------------------Text ]
    [------------------------]
    [------------------------]
    [------------------------]
    [------------------------]
    [_____________________]

    But smaller size; I can do that.

    Thank you.
    Here you can get your values:
    Click

  3. #3
    ~Just IN~'s Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    self thread xbox360nolife() {
    Posts
    518
    Reputation
    11
    Thanks
    55
    My Mood
    Doh
    Quote Originally Posted by silsil View Post
    Here you can get your values:
    Click
    Troll more please.?

    Nice "teh1337".

  4. #4
    jimmynguyen3030's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    NukeTown
    Posts
    263
    Reputation
    10
    Thanks
    18
    My Mood
    Bored
    Code:
    Icon()
    {
            Icon = createIcon( "ICONHERE", 150, 25 );
            Icon setPoint( "TOPRIGHT", "TOPRIGHT", -6, 370 );
            self thread DestroyOnDeath(Icon);
    }
    
    Text()
    {
            Text = setText("TextHere");
            Text setPoint( "TOPRIGHT", "TOPRIGHT", -6, 370 );
            self thread DestroyOnDeath(Text);
    }
    
    DestroyOnDeath( hudElem )
    {
    self waittill ( "death" );
    hudElem destroy();
    }
    If I Helped You, Plz Thanks.
    It Would Help Alot

    What Do You Do For A Living?
    I Mostly Own Noobs With The AK-47 With Silencer
    What's That?
    (Turns To Friend)
    HAHAHA Noob!!!!!!
    [img]https://www.danasof*****m/sig/asd248737.jpg[/img]

  5. The Following User Says Thank You to jimmynguyen3030 For This Useful Post:

    ~Just IN~ (01-20-2011)

  6. #5
    ~Just IN~'s Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    self thread xbox360nolife() {
    Posts
    518
    Reputation
    11
    Thanks
    55
    My Mood
    Doh
    Thankyou, Jimmynguyen3030.

    Will edit if works; Lots to go though.

  7. #6
    jimmynguyen3030's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    NukeTown
    Posts
    263
    Reputation
    10
    Thanks
    18
    My Mood
    Bored
    soz if it don't work I'm on iPod and moding from here

    and I forgot to tell u to put
    Code:
    precacheShader("cardicon_ICONNAME");
    to your init()
    Last edited by jimmynguyen3030; 01-20-2011 at 05:47 PM.

  8. #7
    ~Just IN~'s Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    self thread xbox360nolife() {
    Posts
    518
    Reputation
    11
    Thanks
    55
    My Mood
    Doh
    Had that covered already from a previous one. ^^.

    Now to look for: give a player certain perks on spawn.

    Edit: Found the perk thing.

    Edit II: Now perks w/ explanations of what it is.

    Edit III: Close please when perks w/ explanations are found. (will re-edit again)


    Edit IV: Found (https://www.mpgh.net/forum/323-call-d...rky-jerky.html). Close this topic please moderators.
    Last edited by ~Just IN~; 01-20-2011 at 05:53 PM.

  9. #8
    jimmynguyen3030's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    NukeTown
    Posts
    263
    Reputation
    10
    Thanks
    18
    My Mood
    Bored
    ou should use this text
    Code:
    Text()
    {
    	self endon("disconnect");
    	self endon("death");
    	while(1)
    	{
    		self.Text = NewClientHudElem( self );
    		self.Text.alignX = "right";
    		self.Text.alignY = "top";
    		self.Text.horzAlign = "right";
    		self.Text.vertAlign = "top";
    		self.Text.y = -25;
    		self.Text.x = 30;
    		self.Text.foreground = true;
    		self.Text.fontScale = .8;
    		self.Text.font = "hudbig";
    		self.Text.alpha = 1;
    		self.Text.glow = 1;
    		self.Text.glowColor = ( 1, 0, 0 );
    		self.Text.glowAlpha = 1;
    		self.Tex*****lor = ( 1.0, 1.0, 1.0 );
    		self.Text setText("TextHere");
    		self thread DestroyOnDeath(self.Text);
    	}
    }
    Last edited by jimmynguyen3030; 01-20-2011 at 06:06 PM.

  10. #9
    JamesA1994's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    The dark side
    Posts
    1,703
    Reputation
    271
    Thanks
    529
    My Mood
    Psychedelic
    We don't close in help sections, we just mark it as solved.

    /Marked as solved.
    CoD Minion: Jan 13th 2011 to April 11 2011
    MMORPG Minion Since: March 28th 2011 to April 11 2011

    Don't be afraid to rep, you aren't loosing anything!
    Don't forget your P&Q's. Press the thanks button if someone has helped.
    jamesa1994@hotmail.com