Skip to content

noobsystems/evidences

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Evidences

Evidences is an advanced FiveM script adding evidences like blood, fingerprints and magazines to your server.

This item-based script provides law enforcement authorities with all the information they need to reconstruct the sequence of events of a crime, identify the perpetrators, and prove their guilt later on. If the criminals acted without caution, fingerprints and DNA traces can be secured at the crime scene and compared with database records of previous offenders by using the evidence laptop. In addition, dropped magazines provide information about the weapon used at the crime scene. Now the laptop also has an app that can be used to wiretap phone calls, for example.

Important

Check out the wiki to get a detailed view on this script's features and learn how to use it on your roleplay server!

Warning

The script isn't working? Check your server's live-console for related errors. These will tell you if dependencies are missing or if other setup steps aren't completed. You receive support and can share your ideas at GitHub's Discussions.

Installation

  1. Make sure you have the scripts ox_lib, oxmysql, ox_inventory, ox_target and one of the frameworks ESX Legacy ND Framework Community Ox Qbox Project installed on your server (or implemented your custom one). Make sure that these scripts are started before the evidence script.
    We recommand using our ox_target fork that improves targetting of vehicle doors.
    This script uses the locale module of ox_lib for language selection and provides English, German and Czech translations by default. You change to selected language by setting the convar setr ox:locale. You can also add more languages or edit messages in a existing language file at evidences/locales/. Feel free to open a PR.

  2. Create the required items by adding the file content from 🇬🇧, 🇩🇪, 🇨🇿 or 🇹🇷 to ox_inventory/data/items.lua.

  3. Make the evidence_box a container item if your ox_inventory's version is < 2.44.4 by pasting this code to ox_inventory/modules/items/containers.lua:

    setContainerProperties('evidence_box', {
        slots = 20,
        maxWeight = 5000
    })
  4. Download the item images from here and upload them to your ox_inventory/web/images/ folder.
    Credits for some of those images go to https://docs.rainmad.com/development-guide/finding-item-images. All other images were created by ChatGPT and Gemini, which, however, were edited by us afterwards to suit our preferences.

  5. Finally, download the evidence-script, upload it into your server's resource folder and ensure it.

installation_guide.mp4

License

This project is licensed under the GNU General Public License v3.0 or later. See the LICENSE file for the full text.
Copyright © 2025 noobsystems (https://github.com/noobsystems)