fxJobCenter [QB ONLY

This item is free.

|Preview|

[Preview](https://youtu.be/7KOQgfjkhEQ)


Add this to your database:

CREATE TABLE `fx_jobcenter` (

  `id` int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY,

  `license` varchar(100) NOT NULL,

  `name` varchar(100) NOT NULL,

  `job` varchar(30) NOT NULL,

  `applied_at` timestamp NOT NULL DEFAULT current_timestamp()

) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;


|Dependencies|

qb-core

qb-target (optional)

polyzone

oxmysql (haven't tried others)

fxnotify(optional)

fxtextui(optional)


|Version 1.1 Update|

  • Script’s name is now changeable and won’t cause any issues.