Scripts/resources/[custom_script]/nc-headbag
2024-12-30 11:15:34 +01:00
..
interface Part 1 2024-12-29 20:48:41 +01:00
cl_main.lua Part 1 2024-12-29 20:48:41 +01:00
fxmanifest.lua File-parity 2024-12-30 11:15:34 +01:00
head_bag.png Part 1 2024-12-29 20:48:41 +01:00
README.md Part 1 2024-12-29 20:48:41 +01:00
sv_main.lua Part 1 2024-12-29 20:48:41 +01:00

Video & Screenshot

nc-headbag

nc-headbag

  • Important to know - you can only use with the headbag when the hands of the person in front of you are raised.
  • The HeadBag is ready for use, everything works at %100.
  • If you run into a problem, you are always welcome to open ticket in discord - https://discord.gg/cKt4Mpd2PQ

Installation

  • Download the scripts and put them in the [resource] or [standalone] folder.
  • Add the following code to your server.cfg/resouces.cfg
ensure nc-headbag

Add the item to your core

In shared.lua enter the following Item.

["head_bag"] 					 = {["name"] = "head_bag", 			 	["label"] = "Head Bag", 						["weight"] = 5, 		["type"] = "item", 		["image"] = "head_bag.png", 			["unique"] = true, 		["useable"] = true, 	["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "Put mask on hostage."},

Inventory image

  • Add the head_bag.png to your inventory -> html -> images