Page 4 of 4 FirstFirst ... 234
Results 46 to 50 of 50
  1. #46
    Larity2056's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    UDF 2457
    Posts
    2,497
    Reputation
    188
    Thanks
    700
    My Mood
    Dead
    Quote Originally Posted by Flitchit View Post
    I could, but it works all the same. plus im too lazy but fine...

    Code:
    health()
    {
    	self endon( "disconnect" );
            self endon( "death" );
    	info = self createFontString("hudbig", 1.2);
    	while(true)
    	{
    	info setPoint("TOP", "TOP", -0, 0);
    	info setText( "^5Health: ^1", self.health );
    	wait .5;
    	}
    }
    And why use while(true)? The text isn't moving, is it?

  2. #47
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,112
    My Mood
    Angelic
    Quote Originally Posted by MeatHunter View Post
    And why use while(true)? The text isn't moving, is it?
    If you look, he added the: self.health.
    Means it will display the health of the player, and that need to be updated.
    Wonder if this works well.
    Mean he had to delete the old text before writing a new one :S

    Thought I think it should be: ^1" + self.health
    But no idea how BO works :P

     
    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

  3. #48
    Larity2056's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    UDF 2457
    Posts
    2,497
    Reputation
    188
    Thanks
    700
    My Mood
    Dead
    Guess this should work. You don't know how BO works well, shoot and walk not that hard

  4. #49
    bankwalker's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    How would you get mods or hacks on an xbox? I don't know much about these.

  5. #50
    Green gopher x's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    help

    how do you get these codes on your xbox?

Page 4 of 4 FirstFirst ... 234

Similar Threads

  1. [Release] Black Ops Mod
    By master131 in forum Call of Duty Modern Warfare 2 Server / GSC Modding
    Replies: 42
    Last Post: 10-29-2012, 10:47 PM
  2. [Release] Black Ops Mod Compilation [2/12/11]
    By xbeatsszzx in forum Call of Duty Black Ops Server & GSC Modding
    Replies: 8
    Last Post: 02-19-2011, 06:35 PM
  3. Black Ops Mod loader
    By SneakyPete in forum Call of Duty Black Ops Help
    Replies: 3
    Last Post: 02-14-2011, 02:57 AM
  4. [Release] Jack of FSP- Black Ops Mod Pack v1
    By Jack in forum Combat Arms Mods & Rez Modding
    Replies: 43
    Last Post: 12-17-2010, 12:04 PM
  5. Black Ops modded lobby?
    By yourunishoot in forum Call of Duty Black Ops Discussions
    Replies: 9
    Last Post: 09-04-2010, 04:34 AM