gta6/prompts
police
Vaultintermediatepolice

Crime-Scene Cordon & Marker Kit

ESX/QBCore/QBox crime-scene processor that deploys cordon tape, drops numbered evidence markers, and gates photo/sample collection behind a server-owned scene-integrity timer.

NON-TESTÉ — the reference Lua is syntax-validated, not run in a live FiveM server. Adapt and test on your own dev server before shipping.
Est. Lua
~95 loc
Claude
Claude Opus 4.x / Sonnet 4.x
Validation
syntax-validated
Updated
2026-06-25

Description

A crime-scene processing kit for roleplay servers: an officer deploys cordon tape, drops numbered evidence markers around the scene, then photographs and collects samples — but only while the scene is fresh. Servers sell it because it turns a flat "investigation" prop into a structured, time-pressured procedure that pairs with a lab/forensics back end.

Prompt Template

You are writing a FiveM resource for esextended (stable, exports getSharedObject).

🔒 Eyes-only — locked prompt body

The full prompt template and its reference Lua are part of a one-time pack. Pick your depth — both are lifetime access, no subscription, ever.

Core$49one-time
  • 60 prompts + syntax-validated reference Lua
  • Lifetime access — pay once
Most Popular · Best Value
Vault$199one-time
  • All 510 prompts — the full library
  • Per-prompt profit/trend intelligence (CSV + playbook)
  • Lifetime free updates — new niches as the market moves
Get the Vault — $199

$49 for 60 · $199 for all 510 + intelligence — one-time, no subscription.

Expected Output

The reference Lua at content/expected-outputs/police/13-crime-scene-cordon-marker-kit.lua implements cordon deployment with a loaded clipboard anim, numbered marker drops, and timed sample collection…

🔒 Eyes-only — locked prompt body

The full prompt template and its reference Lua are part of a one-time pack. Pick your depth — both are lifetime access, no subscription, ever.

Core$49one-time
  • 60 prompts + syntax-validated reference Lua
  • Lifetime access — pay once
Most Popular · Best Value
Vault$199one-time
  • All 510 prompts — the full library
  • Per-prompt profit/trend intelligence (CSV + playbook)
  • Lifetime free updates — new niches as the market moves
Get the Vault — $199

$49 for 60 · $199 for all 510 + intelligence — one-time, no subscription.

Known Failure Modes & Corrective Prompt

  • Client-trusted scene state — markers/samples kept on the client let a cheater fabricate evidence or stop the clock.
  • Unloaded anim — skipping the HasAnimDictLoaded wait makes the collect animation silently no-op on a cold ped.
  • Half-registered events — an AddEventHandler without RegisterNetEvent means the server never receives registerMarker/registerSample.

Corrective re-prompt: Move the scene list, markers, samples and the integrity timer entirely into the server section; have registerMarker and registerSample compare os.time() - opened against a fixed duration and reject expired or duplicate writes; and ensure every net event uses RegisterNetEvent plus a handler on its receiving side.

Framework Integration

ESX: local ESX = exports['es_extended']:getSharedObject(); gate the kit behind xPlayer.job.name == 'police' server-side before opening a scene. QBCore: swap to local QBCore = exports['qb-core']:GetCoreObject() and check Player.PlayerData.job.name; notify via QBCore:Notify. QBox: use exports.qbx_core:GetPlayer(src) and the qbx_core job fields; the scene tables and timer logic are framework-agnostic.

Profit Potential

$250–$3500/mo on Tebex (expected ~$900). [INFERRED] priced inside the $50-389 script band against the signal-scraper tebex_snapshot corpus (n=100, median seller $11.85K/mo), scaled to a rising investigative-RP niche.

Trend Signal

rising — inferred: Scene processing is the upstream half of forensics but a distinct CSI mechanic (cordon/markers/photo); rising with investigative-RP.

Sales Angle

Position as the field-procedure half of a forensics pipeline for serious investigative-RP servers — recommended Tebex price $189, with an upsell into a lab-matching module.

Difficulty & Ship Time

intermediate · ships in 2-4h.