Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Police Suggestions by riot #134

Open
riotxstudios opened this issue Sep 2, 2024 · 0 comments
Open

Police Suggestions by riot #134

riotxstudios opened this issue Sep 2, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@riotxstudios
Copy link

riotxstudios commented Sep 2, 2024

The problem

NA

Ideal solution

most if not all options should have a config to turn on or off due to having use of other scripts for example a external helicam script

Job menu (Configurable keybind)
radial menu
impound vehicle(read below),search player,escort player,emergency button,jail,check health,police objects, licenses,GSR Test

IMPOUND VEHICLE: RADIAL AND /impound command
ox lib menu,checks for closest vehicle and displays the plate so you know ur impounding the correct car
select impound location

[1] Los santos Impound
[2] Blaine County Impound

how long should car be impounded?

CONFIG for impound:
impound locations:
[1] Los santos Impound
[2] Blaine County Impound
priceperhour: each hour has a certain price that gets added up depending on the hours added by police example hourly rate is 200 dollars , impound car for 5 hours price to get car impounded straight away:1000 dollars , each hour past removes 200 dollars
job lock
grade lock

Emergency button config:

Show ox lib notify to

"LSPD" "BCSO"

share location and gps blip

License configs:

type of licenses: "Driving" , " gun"

revoke and give

billing system

built in billing system using ox lib

billing config:

fines:

Driving recklessly: 2000 dollars
driving like bimby: 5000 dollars
Drunk driving: 10000 dollars
court functions?

megaphone

asitem false or true
command? true or false
config voice script "PMA voice "
configrange " 20m"
joblock
gradelock

police spikes
spike models:
job and grade lock
ox lib progress bar when placing and picking up
ox target or ox menu to pick up
burstnpctires: false or true

police helicopter cam
job and grade lock
normal,thermal,night vision
police spotlight controller
markers that are shown to police minimap in numbers
marker 1 is called marker 1 etc
removes markers after configured time

police jobs
jobs: "police""bcso"

GSR
enabled: true false
notifyplayersthatgsrisactive on them:
automatically start to remove gsr when in water
notify player when gsr is removed

Tackle
job lock
keybind

HandCuffs

cuffsasitem
skill checks difficulity
lockpicks enabled?
presistentcuffs
x amount of minutes before automatically unrestrained or false for never

POLICE OBJECTS

Config.Props = {

{
    title = 'Barrier',             -- Label
    description = '',              -- Description (optional)
    model = `prop_barrier_work05`, -- Prop name within `
    freeze = true,                 -- Make prop unmovable
    groups = {                     -- ['job_name'] = min_rank
        ['police'] = 0,
        --            ['sheriff'] = 0,
    }
},
{
    title = 'Barricade',
    description = '',
    model = `prop_mp_barrier_01`,
    freeze = true, -- Make prop unmovable
    groups = {
        ['police'] = 0,
        --            ['sheriff'] = 0,
    }
},
{
    title = 'Traffic Cones',
    description = '',
    model = `prop_roadcone02a`,
    freeze = false, -- Make prop unmovable
    groups = {
        ['police'] = 0,
        --            ['sheriff'] = 0,
    }
},
{
    title = 'Spike Strip',
    description = '',
    model = `p_ld_stinger_s`,
    freeze = true, -- Make prop unmovable
    groups = {

['police'] = 0,
['sheriff'] = 0,

Locations

example one:

LSPD
blip = {
enabled = true,

clockInAndOut = {
jobLock = 'police',

BOSS MENU
enabled = true, -- Enable boss menu?
jobLock = 'police', -- Lock to specific police job? Set to false if not desired

ARMORY: use ox inventory

CLOAK ROOM

PERSONAL LOCKER:
ox inv?
job lock:

EVIDENCE LOCKER:NO USE OX INVENTORY OR EXTERNAL

Vehicles:

enabled = true or false ( false meaning external script used for police job)

if enabled
-- [] means job grade
[0] =
"police","police2"

[1] = "police3", "police4"

Extras, liveries

Alternative solutions

NA

Additional context

NA

@riotxstudios riotxstudios added the enhancement New feature or request label Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant