Skip to content

ISKinGeR/Evidence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Original scripts

This original scripts

Mythic: https://github.com/Mythic-Framework/mythic-framework/tree/main/resources/%5Bmythic%5D/mythic-evidence

Sandbox: https://github.com/BadCodesGG/sandbox-fivem/tree/main/server/resources/%5Bsandbox%5D/sandbox-evidence

What on it?

I just add a few changes and new type which is fingerprints

How to use it?

It's work exactly like the dna but you will need to trigger it to leave a finger print

How?

Simple, go to the place you wanna trigger it, for example fleeca heist in (sandbox/mythic)-robbery script under the green_laptop Item RegisterUse as This Image

as the following:

TriggerClientEvent('Evidence:Client:tryLeaveFingerprint', source, "RobeName which can be anything", 1)

the number must be 1,2 while 1 is he rob it successfully and 2 is failed to rob it

An examples:

TriggerClientEvent('Evidence:Client:tryLeaveFingerprint', source, "FleecaRob", 1)
TriggerClientEvent('Evidence:Client:tryLeaveFingerprint', source, "LombankRobbery", 2)
TriggerEvent('Evidence:Client:tryLeaveFingerprint', "CarSteal", 1)
TriggerEvent('Evidence:Client:tryLeaveFingerprint', "StoreRob", 2)

Still can't do it or need any help?

Please enter Mythic-Framework discord server and we will help you!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages