edit
This commit is contained in:
		
							parent
							
								
									522bd2a103
								
							
						
					
					
						commit
						4ef7ca1b93
					
				
					 2 changed files with 4 additions and 4 deletions
				
			
		|  | @ -3299,15 +3299,15 @@ QBShared.Items =  { | |||
|     name = 'bcesandwich', | ||||
|     image = 'bcesandwich.png', | ||||
|   }, | ||||
|   w_me_colbaton = { | ||||
|     type = 'item', | ||||
|   weapon_colbaton = { | ||||
|     type = 'weapon', | ||||
|     label = 'Teleskopschlagstock', | ||||
|     unique = true, | ||||
|     useable = true, | ||||
|     weight = 100, | ||||
|     shouldClose = true, | ||||
|     description = '', | ||||
|     name = 'w_me_colbaton', | ||||
|     name = 'weapon_colbaton', | ||||
|     image = 'w_me_colbaton.png', | ||||
|   }, | ||||
|   burger = { | ||||
|  |  | |||
|  | @ -26,7 +26,7 @@ QBShared.Weapons = { | |||
| 	[`weapon_bread`]                 = { name = 'weapon_bread', label = 'Baquette', weapontype = 'Melee', ammotype = nil, damagereason = 'Melee killed / Whacked / Executed / Beat down / Murdered / Battered' }, | ||||
| 	[`weapon_stone_hatchet`]         = { name = 'weapon_stone_hatchet', label = 'Stone Hatchet', weapontype = 'Melee', ammotype = nil, damagereason = 'Knifed / Stabbed / Eviscerated' }, | ||||
| 	[`weapon_candycane`]             = { name = 'weapon_candycane', label = 'Candy Cane', weapontype = 'Melee', ammotype = nil, damagereason = 'Melee Killed / Whacked / Executed / Beat down / Musrdered / Battered / Candy Caned' }, | ||||
|     [`w_me_colbaton`]                = { name = 'w_me_colbaton', label = 'Teleskopschlagstock', weapontype = 'Melee', ammotype = nil, damagereason = 'Melee killed / Whacked / Executed / Beat down / Murdered / Battered' }, | ||||
|     [`weapon_colbaton`]              = { name = 'weapon_colbaton', label = 'Teleskopschlagstock', weapontype = 'Melee', ammotype = nil, damagereason = 'Melee killed / Whacked / Executed / Beat down / Murdered / Battered' }, | ||||
| 	-- Handguns | ||||
| 	[`weapon_pistol`]                = { name = 'weapon_pistol', label = 'Pistol', weapontype = 'Pistol', ammotype = 'AMMO_PISTOL', damagereason = 'Pistoled / Blasted / Plugged / Bust a cap in' }, | ||||
| 	[`weapon_pistol_mk2`]            = { name = 'weapon_pistol_mk2', label = 'Pistol Mk2', weapontype = 'Pistol', ammotype = 'AMMO_PISTOL', damagereason = 'Pistoled / Blasted / Plugged / Bust a cap in' }, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Nordi98
						Nordi98