• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Request] Change weapon names
#1
I want to change the weapon name (displayed @ ammo hud thingy)
like:

PHP Code:
doWeaponNames()
{
    
self.WeaponName CreateFontString("objective"1);
    
self.WeaponName setpoint("RIGHT""BOTTOM"00);
    
self.WeaponName setText(" ");
    
self.WeaponName.alpha 0;
    
self thread WeaponNames();
    
wait 1;
    
self.WeaponName.alpha 1;
    
    for(
i=self.weaponnumber;i>-1;i--)
    {
        if(
self getCurrentWeapon() == self.wep[i])
        {
            
self.WeaponName setText(self.weaponNameID[i]);
        }
    }
}

WeaponNames()
{
    
self.weaponnumber 5;

    
self.wep = [];
    
self.wep[0] = "mp5k_mp";
    
self.wep[1] = "ak74u_mp";
    
    
self.weaponNameID = [];
    
self.weaponNameID[0] = "Blabla name";
    
self.weaponNameID[1] = "AK74 F#@K U!";


but i dont want the real names to show up Sad

edit: yes i know that this text is not in the right position Tongue
(08-10-2011, 12:58)Pozzuh Wrote:
Se7en Wrote:Stealed, from cod4 mod ...
look who's talking

[Release] Old School Mod v2.2
[Release] Scroll menu

  Reply
#2
only with CSV files, or wait ModTools
  Reply
#3
(03-07-2011, 10:07)Se7en Wrote: only with CSV files, or wait ModTools

Probably not. Isn't the HUD also drawn with GSC?
If yes, you can just edit it there.
  Reply
#4
..
level.hardcoreMode = 1;
[Image: 1fxsnb.jpg]
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [Request] Anoying and bad names kicker! Misterio 1 2,210 10-15-2013, 09:41
Last Post: Nekochan
Question Help Mw2 weapon skin question FroxIVx4 1 2,756 10-13-2013, 16:54
Last Post: hmann
Question Help Weapon Name iRoNinja 8 5,997 10-08-2013, 08:31
Last Post: iRoNinja
  Mw2 weapon porting? Cuddlyedits 3 4,322 09-15-2013, 16:43
Last Post: DidUknowiPwn
Rainbow [Release] MW3: Random Weapon Plugin V1 Nekochan 50 30,307 09-11-2013, 15:11
Last Post: EnVi Sweden Rocks
  Using Cheat Engine 6.2 to change BO2 address values wzlrsaur 6 7,583 08-06-2013, 06:28
Last Post: 14th
Exclamation [Request] Random Weapon At Spawn Scripts18 3 4,364 07-27-2013, 23:53
Last Post: DidUknowiPwn
  Mw3 Feed Color Change?? aluzion 5 5,380 07-16-2013, 19:52
Last Post: barata
  Help Mw2 weapon skin question FroxIVx4 1 2,679 07-06-2013, 19:22
Last Post: surtek
  Change death animation Keouf 3 3,629 07-05-2013, 18:39
Last Post: Nekochan

Forum Jump:


Users browsing this thread: 1 Guest(s)