Evidence System
AddBlood
With this export you can add manually player blood on floor as evidence.
exports['p_policejob']:AddBlood(coords)
exports['p_policejob']:AddBlood(vector3(200.0, 150.0, 100.0))
coords?:
vector3
Default:
playerCoords
AddFingerPrint
With this export you can add manually player finger print as evidence.
exports['p_policejob']:AddFingerPrint(coords)
exports['p_policejob']:AddFingerPrint(vector3(200.0, 150.0, 100.0))
coords?:
vector3
Default:
playerCoords
Last updated