Giter VIP home page Giter VIP logo

esx_wanted's Introduction

esx_wanted

Police wanted With DISCORD and GCPHONE records.

Video:

Wanted

Requirements

Download & Installation

Manually

Installation

  • Add this to your server.cfg:
start esx_wanted
  • Change Config
  • Add SQL

Command

  • Add Wanted /wanted [ID] [Time] [Reason]
  • UnWanted /unwanted [ID]

Add to esx_policejob

Image

  • esx_policejob > client > main
	ESX.UI.Menu.Open('default', GetCurrentResourceName(), 'police_actions', {
			title    = 'Police',
			align    = 'top-left',
			elements = {
				{label = _U('citizen_interaction'), value = 'citizen_interaction'},
				{label = _U('vehicle_interaction'), value = 'vehicle_interaction'},
				{label = _U('object_spawner'), value = 'object_spawner'},
				{label = "Wanted",               value = 'wanted_menu'}  -- This
		}}, function(data, menu)
			if data.current.value == 'wanted_menu' then		-- This
				TriggerEvent("esx_wanted:openWantedMenu")
			end												-- end
			if data.current.value == 'citizen_interaction' then
				local elements = {
					{label = _U('id_card'), value = 'identity_card'},
					{label = _U('search'), value = 'search'},
					{label = _U('handcuff'), value = 'handcuff'},

esx_wanted's People

Contributors

ivannnmmn avatar ashton1cav avatar

Stargazers

Mr John Dowe avatar  avatar swft avatar

Watchers

 avatar

esx_wanted's Issues

console error

[ERROR] [MySQL] [esx_wanted] An error happens on MySQL for query "SELECT wanted FROM users WHERE identifier = 'steam:11000010ffe3090'": ER_BAD_FIELD_ERROR: Unknown column 'wanted' in 'field list'
SCRIPT ERROR: @esx_wanted/server/main.lua:94: attempt to index a nil value (local 'result')

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.