Fivem roleplay server configure

What script are you using for the police job ?
Do you mean on the car spawner menu ?

Esx_Policejob and yes the car spawner menu
Should i use 1.2 or 1.3 esx_policejob or an other one

I’m not sure but i know the 1.3 version the policeman have to buy the car and weapon .
And in the 1.2 version is the captain buy weapon and the vehicule don’t need to be buy .

Yes i have 1.2 and it works so nvm.
If i have a police car installed like how you said. how can i get it in the esx police job.
And how can i rename the ‘police station’ on the map in the server? :wink:

For add police car on the menu go in config.lua
name is the name of the car model .
label is the name print on the menu .

on the line :

Config.AuthorizedVehicles = {
	Shared = {
		{
			model = 'police',
			label = 'Police Cruiser'
		},
		{
			model = 'pbus',
			label = 'Police Prison Bus'
		}
	},

	recruit = {

	},

	officer = {
		{
			model = 'police3',
			label = 'Police Interceptor'
		}
	},

	sergeant = {
		{
			model = 'policet',
			label = 'Police Transporter'
		},
		{
			model = 'policeb',
			label = 'Police Bike'
		}
	},

	lieutenant = {
		{
			model = 'riot',
			label = 'Police Riot'
		},
		{
			model = 'fbi2',
			label = 'FIB SUV'
		}
	},

	boss = {

	}
}

for the blips go in the folder locales edit the file of your language and change the line :

 ['map_blip'] = 'What you want',

So just change that model “police” to what that yft file is named?

yeah change “police” by the game name present on the vehicle.meta .
If you don’t have vehicle.meta it’s because you have a replace then put the model name of the car replace.

Okay thank you so much dude!

Also do you know any good UI too see your cash, your bank money, your job, your food and drink, any good UI?

esx_custom_ui but it’s hard to find him now also search on the web

Ye i have so many ui’s found but cant find a good one i now use hentari_ui but you only see your food and health. if i press f2 i see my money but that interface ui is ugly

esx_custom_ui is a nice one but cant download it anymore right?

yes you can’t . You have this for the money and job :

Oke thanks!
and do you know an good ui for food and drink

thanksss dude i am gonna try it

There is no money and job on the top of my screen only at f2. and the food and drink bar are empty but i aint starving or something

Not work i test

It says my water and food is empty so that i have 0%. also if i eat or drink.
And that app.css replaced it but also dont work

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.