Seite 2 von 2 ErsteErste 12
Ergebnis 11 bis 11 von 11

Thema: Magazin Größe Ändern? (Waffen)

  1. #11

    Standard AW: Magazin Größe Ändern? (Waffen)

    also bin zur m4 waffe lua gegangen und habe

    Lua Code:
    1. 	AddCSLuaFile( "shared.lua" )
    2. 	SWEP.HoldType			= "ar2"
    3.  
    4. end
    5.  
    6. if ( CLIENT ) then
    7.  
    8. 	SWEP.PrintName			= "M16"			
    9. 	SWEP.Author				= "Counter-Strike"
    10. 	SWEP.Slot				= 3
    11. 	SWEP.SlotPos			= 1
    12. 	SWEP.IconLetter			= "w"
    13.  
    14. 	killicon.AddFont( "weapon_m16", "CSKillIcons", SWEP.IconLetter, Color( 255, 80, 0, 255 ) )
    15.  
    16. end
    17.  
    18.  
    19. SWEP.Base				= "weapon_cs_base"
    20. SWEP.Category			= "Counter-Strike"
    21.  
    22. SWEP.Spawnable			= true
    23. SWEP.AdminSpawnable		= true
    24.  
    25. SWEP.ViewModel			= "models/weapons/v_rif_m4a1.mdl"
    26. SWEP.WorldModel			= "models/weapons/w_rif_m4a1.mdl"
    27.  
    28. SWEP.Weight				= 5
    29. SWEP.AutoSwitchTo		= false
    30. SWEP.AutoSwitchFrom		= false
    31.  
    32. SWEP.Primary.Sound			= Sound( "Weapon_M4A1.Single" )
    33. SWEP.Primary.Recoil			= 1
    34. SWEP.Primary.Damage			= 30
    35. SWEP.Primary.NumShots		= 1
    36. SWEP.Primary.Cone			= 0.02
    37. SWEP.Primary.ClipSize		= 25
    38. SWEP.Primary.Delay			= 0.1
    39. SWEP.Primary.DefaultClip	= 50
    40. SWEP.Primary.Automatic		= true
    41. SWEP.Primary.Ammo			= "smg1"
    42.  
    43. SWEP.Secondary.ClipSize		= -1
    44. SWEP.Secondary.DefaultClip	= -1
    45. SWEP.Secondary.Automatic	= false
    46. SWEP.Secondary.Ammo			= "none"
    47.  
    48. SWEP.IronSightsPos 		= Vector( 6.25, -4, 0.0 )
    49. SWEP.IronSightsAng 		= Vector( 6, 2, 6 )
    in
    Lua Code:
    1. AddCSLuaFile( "shared.lua" )
    2. 	SWEP.HoldType			= "ar2"
    3.  
    4. end
    5.  
    6. if ( CLIENT ) then
    7.  
    8. 	SWEP.PrintName			= "M16"			
    9. 	SWEP.Author				= "Counter-Strike"
    10. 	SWEP.Slot				= 3
    11. 	SWEP.SlotPos			= 1
    12. 	SWEP.IconLetter			= "w"
    13.  
    14. 	killicon.AddFont( "weapon_m16", "CSKillIcons", SWEP.IconLetter, Color( 255, 80, 0, 255 ) )
    15.  
    16. end
    17.  
    18.  
    19. SWEP.Base				= "weapon_cs_base"
    20. SWEP.Category			= "Counter-Strike"
    21.  
    22. SWEP.Spawnable			= true
    23. SWEP.AdminSpawnable		= true
    24.  
    25. SWEP.ViewModel			= "models/weapons/v_rif_m4a1.mdl"
    26. SWEP.WorldModel			= "models/weapons/w_rif_m4a1.mdl"
    27.  
    28. SWEP.Weight				= 5
    29. SWEP.AutoSwitchTo		= false
    30. SWEP.AutoSwitchFrom		= false
    31.  
    32. SWEP.Primary.Sound			= Sound( "Weapon_M4A1.Single" )
    33. SWEP.Primary.Recoil			= 1
    34. SWEP.Primary.Damage			= 30
    35. SWEP.Primary.NumShots		= 1
    36. SWEP.Primary.Cone			= 0.02
    37. SWEP.Primary.ClipSize		= 999
    38. SWEP.Primary.Delay			= 0.1
    39. SWEP.Primary.DefaultClip	= 999
    40. SWEP.Primary.Automatic		= true
    41. SWEP.Primary.Ammo			= "smg1"
    42.  
    43. SWEP.Secondary.ClipSize		= -1
    44. SWEP.Secondary.DefaultClip	= -1
    45. SWEP.Secondary.Automatic	= false
    46. SWEP.Secondary.Ammo			= "none"
    47.  
    48. SWEP.IronSightsPos 		= Vector( 6.25, -4, 0.0 )
    49. SWEP.IronSightsAng 		= Vector( 6, 2, 6 )


    geändert , dann gmod gestartet und den befehl in die console geschrieben , dann hat sich das spiel kurz aufgehangen und hab mich selbst gekillt , waffe wieder genommen aber immernoch die magazingröße
    Geändert von Pac_187 (29.03.2010 um 20:06 Uhr)
    GreeZ DuSTiN
    ______________________________________________
    Wer Schreibfehler findet darf sie Behalten

Ähnliche Themen

  1. Antworten: 1
    Letzter Beitrag: 19.03.2009, 21:23
  2. Waffen ändern
    Von M4$73R$ im Forum Lua
    Antworten: 5
    Letzter Beitrag: 30.11.2008, 16:15

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •