EUP for PoliceJob

I just released EUP for the PoliceJob. These EUP are available via Github.

Download

cd resources
git clone https://github.com/elitenetwork-project/EUP-PoliceJob

or

Download GitHub resources

Installation

Download the contents of the two folders " EUP-PoliceJob-Part-1 " and " EUP-Police-Part-2 " and insert them all into your "eup-stream " folder inside the your FiveM server.

Preview

Warning

In my release you will find ONLY ytd (texture) files.

INSTALL EUP BASE

To install the base EUP, follow this release FiveM

Feel free to give feedback. :wink:

5 Likes

Screenshots?

@Samplee i have insert the preview :wink:.
Sorry if I didn’t enter them before, but I was doing them :sweat_smile:

Is this only LSPD skins?

Yes, this resources is only police

hello can u please give the eup_ui that you are using ?

This eup-ui.7z (4.6 KB)

do i just put it on a eup stream folder and start or i need to do something else ?

You must also have eup-ui. Then you don’t have to do anything else :+1:t2:

INSTALL EUP BASE

To install the base EUP, follow this release FiveM

how i add to policejob ?

Insert The ID clothe to config.lua policejob

Could you show us an example how to add eup outfits to police config ?
For example outfits of Male LSPD Riot Uniform
i got this from eup_ui.lua

['Male LSPD Riot Uniform'] = {
        category = 'LSPD',
        ped = 'mp_m_freemode_01',
        props = {
            { 0, 82, 2 },
            { 1, 0, 0 },
            { 2, 0, 0 },
            { 3, 0, 0 },
        },
        components = {
            { 1, 1, 1 },
            { 3, 31, 1 },
            { 4, 36, 1 },
            { 5, 49, 1 },
            { 6, 52, 1 },
            { 7, 9, 1 },
            { 8, 58, 1 },
            { 9, 13, 4 },
            { 10, 1, 1 },
            { 11, 150, 1 },
        },
    },

and this is from esx_policejob/config.lua

Config.Uniforms = {
	boss = {
		male = {
			tshirt_1 = 58,  tshirt_2 = 0,
			torso_1 = 55,   torso_2 = 0,
			decals_1 = 0,   decals_2 = 0,
			arms = 41,
			pants_1 = 28,   pants_2 = 15,
			shoes_1 = 24,   shoes_2 = 0,
			helmet_1 = 46,  helmet_2 = 0,
			chain_1 = 0,    chain_2 = 0,
			ears_1 = 2,     ears_2 = 0
		},
		female = {
			tshirt_1 = 36,  tshirt_2 = 0,
			torso_1 = 48,   torso_2 = 0,
			decals_1 = 0,   decals_2 = 0,
			arms = 44,
			pants_1 = 34,   pants_2 = 0,
			shoes_1 = 27,   shoes_2 = 0,
			helmet_1 = 45,  helmet_2 = 0,
			chain_1 = 0,    chain_2 = 0,
			ears_1 = 2,     ears_2 = 0
		}
	}
}

Search the id clothes with esx_skin


he give me this skin

change the “arms”