Skip to content

Kmack710/strin_jobform

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Created by Strin#6904

Converted to QBCore by [710]Kmack710#0710

All credit goes to Strin I just converted it

Thanks Strin! :)

strin_jobform

FiveM ESX Job Form Script

Job Form for every FiveM RP server. Easy and simple to configurate!

Requirements:

  • QBCore

  • discord webhook

Configuration:

(Client) Form Config:

  • police = Job (name) for the form

  • pos = Position for 3d text to draw.

  • label = Label for the form (3D text + NUI)

FORMS = {

    police = {

        pos = vector3(440.83834838867,-981.13397216797,30.689332962036),

        label = 'LSPD Form'

    },

    ambulance = {

        pos = vector3(298.89642333984,-584.50939941406,43.26086807251),

        label = 'EMS Form'

    }

}

(Server) Webhook Config:

  • police = 'webhook url'
USING_QBUS = true

WEBHOOKS = {

    	police = '',

	ambulance = ''

}

Features:

  • Add as many forms as you want!

  • Easy configuration.

  • Nice UI.

  • Discord Embed Messages

Showcase:

  • Form UI

Form UI

  • Discord Message

Embed Message

**

You can edit this script as much as you want. Don't re-publish or sell this script. Thank you.

  • Permission Given by Strin to republish.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Lua 60.7%
  • JavaScript 15.6%
  • HTML 12.1%
  • CSS 11.6%