Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. require("ui_mp.t6.zombie.hudpowerupszombie")
  2. CoD.PowerUps.IconSize = 24
  3. CoD.PowerUps.Spacing = 2
  4. CoD.PowerUps.ClientFieldNames[1.000000] = { clientFieldName = "powerup_instant_kill", material = RegisterMaterial("specialty_doublepoints_zombies")}
  5. CoD.PowerUps.ClientFieldNames[2.000000] = { clientFieldName = "powerup_double_points", material = RegisterMaterial("specialty_instakill_zombies")}
  6. CoD.PowerUps.ClientFieldNames[3.000000] = { clientFieldName = "powerup_fire_sale", material = RegisterMaterial("specialty_firesale_zombies")}
  7. CoD.PowerUps.ClientFieldNames[4.000000] = { clientFieldName = "powerup_bon_fire", material = RegisterMaterial("zom_icon_bonfire")}
  8. CoD.PowerUps.ClientFieldNames[5.000000] = { clientFieldName = "powerup_mini_gun", material = RegisterMaterial("t7_hud_zm_powerup_deathmachine")}
  9. CoD.PowerUps.ClientFieldNames[9.000000] = { clientFieldName = "NSZ_powerup_zombie_blood", material = RegisterImage("specialty_zomblood_zombies")}
  10. CoD.PowerUps.ClientFieldNames[8.000000] = { clientFieldName = "NSZ_Fast_Feet", material = RegisterMaterial("fast_feet")}
  11. CoD.PowerUps.ClientFieldNames[6.000000] = { clientFieldName = "powerup_zombie_blfeood", material = RegisterMaterial("t7_zm_hd_specialty_zmblood")}
  12. CoD.PowerUps.ClientFieldNames[7.000000] = { clientFieldName = "fuse_madgaz", material = RegisterImage("black")}
  13. --require("ui_mp.t6.zombie.hudpowerupszombie")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement