Skip to content

CribbeDEV/qb-nightvision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QB-NIGHTVISION

By Cribbe#4269

Item

For the item, a image is included. You simply put this image in your qb-inventory/html/images

The item in qb-core/shared.lua:

["nightvision"] = {
        ["name"] = "nightvision",
        ["label"] = "Night Vision goggles",
        ["weight"] = 5,
        ["type"] = "item",
        ["image"] = "nightvision.png",
        ["unique"] = true,
        ["useable"] = true,
        ["shouldClose"] = true,
        ["combinable"] = nil,
        ["description"] = "Bravo Six, going dark"
	},

Sound

If you want to use the sound, u simply drag the nv.ogg from the audio folder, into your sounds folder in interact-sound.

About

Nightvision script for qbus.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages