Penitencial System
The Penitentiary System introduces a GTA V-style chase system with wanted stars, activated when criminal charges are assigned to a player and they manage to escape. This system works independently and integrates seamlessly with your police workflow.
Key Features
1
2
3
Default Configuration
Jail Points
You can configure multiple jail locations:
SendToJailPoints = {
{ title = 'Mission Row PD', coords = vector3(460.0216, -1001.5779, 24.9149) },
{ title = 'Mission Row PD', coords = vector3(459.1117, -997.9485, 24.9149) },
{ title = 'Mission Row PD', coords = vector3(460.0694, -994.2761, 24.9149) }
}
Prison Configuration:
Jail = {
name = 'Jail of Paleto',
radius = 50,
spawnPoints = { vector4(1678.5844, 2541.4470, 45.5645, 267.97) },
exitPoints = { vector4(1850.7671, 2586.0156, 45.6720, 274.4039) }
}
Last updated