Coder Social home page Coder Social logo

esx_radars's Introduction

esx_radars

Original script:

DISCORD

https://discord.me/fivem_esx

SCREENSHOT

screenshot

DESCRIPTION

Speed radar, tickets speeders.

To do

- Based on speed, how much over the speed limit tickets X amount *DemonReborn

  • Sends a bill, instead of automatically taking the money out.
  • The ability to add more spots with different speed limits
  • Add vehicle hash list, so cops/ems can get fined when RPing as a civilian

Requirements

Download

2) Manually

3) Using git

cd resources/[esx]/
git clone https://github.com/ESX-PUBLIC/esx_radars esx_radars

Installation

  1. Add folder esx_radars to your [esx] dir
  2. Add this in your server.cfg :
start esx_radars
  1. Modify your fine ammounts inside the config.lua
Config.Fine 	= 300 -- 10mph over (default: $300)
Config.Fine2 	= 400 -- 20mph over (default: $400)
Config.Fine3	= 500 -- 30mph over (default: $500)
Config.Fine4 	= 600 -- 40mph over (default: $600)
  1. Add/Remove new radar zones inside client.lua
local radares = {
    {x = 379.68807983398, y = -1048.3527832031, z = 29.250692367554},
    {x = -253.10794067383, y = -630.20385742188, z = 33.002685546875},
	
}

esx_radars's People

Contributors

dux1993 avatar jesse716 avatar rex2630 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

esx_radars's Issues

Not working

Hey i just test your script in my fivem server but its not working.

Can't add radars

What's said on the title. If I add a radar, it doesn't works. No errors on console.

local radares = {
    {x = 379.68807983398, y = -1048.3527832031, z = 29.250692367554},
    {x = -253.10794067383, y = -630.20385742188, z = 33.002685546875},
    {x = -141.29, y = -692.11, z = 34.32},    
}

[Request]

Would it be possible to add physical camera/spawn prop
that would make this script amazing!
Thanks

Only get ticketed one time

Only seem to be fined one time, so if i get fined then come back and speed at the same place 10 mins later then I still do not get fined the second time.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.