[delete] Having 2 jobs

I have the same problem when i try to set the second job all ok but if I exit and come back in the server my last position is not saved and i spawn in my default point that is info point.

how do u fixed error? :slight_smile:

i do this modification on the latest es_extended, all jobs appear correctly but position ( not update last position) and money don’t work

its not working for me

Did you fix it? I need help.

hi, why does every payment scale me money from the company?

Hi, maybe because it’s what I’ve done on my server and maybe because I’m sharing my work :slight_smile:

great job friend and simple decide what payment method you want on your server only thing that if you put the second job do not see the blip as the first

tuhis error :smiley:
es_extended: TriggerServerCallback => [esx_society:getEmployees2] does not exist
es_extended: TriggerServerCallback => [esx_society:getEmployees2] does not exist
es_extended: TriggerServerCallback => [esx_society:getEmployees2] does not exist
es_extended: TriggerServerCallback => [esx_society:getEmployees2] does not exist

If it doesn’t exist maybe because you didn’t add them like it’s described ? 
 at the end I will stop answering to this type of stupid remarks.
BR

@Tomtom Sorry bro, I am a noob, how can I make it display?

How

anyone have this for the last version of esx?

Hello,

Don’t Word with Last es_extended.

It does not work for me and I get a lot of errors in the console and when I enter the server I do not get the money or the work because?

Anyone can provide scripts with latest versions ?

I cant manage it to work. i have achieved to put second job, but as boss, i cannot access the menu.

Could you update with the latest es_extended, please?

Try being boss as your first job and a second one.

SET NAMES utf8;
SET time_zone = ‘+00:00’;
SET foreign_key_checks = 0;
SET sql_mode = ‘NO_AUTO_VALUE_ON_ZERO’;

INSERT INTO jobs (name, label, whitelisted) VALUES
(‘unemployed2’, ‘Zweitjob’, 1);

INSERT INTO job_grades (job_name, grade, name, label, salary, skin_male, skin_female) VALUES
(‘unemployed2’, 0, ‘rsa’, ‘LosSantos’, 5, ‘{}’, ‘{}’);

ALTER TABLE users ADD job2 varchar(50) DEFAULT ‘unemployed2’;
ALTER TABLE users ADD job_grade2 int(11) DEFAULT ‘0’;

REST NOT UP TO DATE WITH NEWEST ES_EXTENDED VERSION, PLEASE UPDATE!

I am also waiting for the update with the last es_extended

What command is to change jobs or how do I do it?