EUP was written for Single player Vanilla GTA it is avaliable at the Patreon group https://www.patreon.com/alex_ashfold
I don’t actually think you can.
EUP is a public thing on your server, unless there is some script that perhaps changes this. I’m unsure.
At this moment in time I do not think this is possible.
Is this still run? i start onesync and install eup but seem it not load. i dont know why
Anyone else got the issue where it was working fine like a month ago, after a time without using it when you put it back again the eup, some of the clothes are fuck up??
No, and that’s really not descriptive at all, this is likely an issue on your end!
server console says “warning: resource eup-stream does not support the current game gta5” any idea on why this is not working?
note: Yes I am using fxmanifest instead of __resource.lua
Do you still need to pay to use this?
So i bought the 15$ patreon thing i try to redownload the files but clothing is still glitched please help
either you have EUP or not if it’s being streamed but seems buggy it’s your end not the license, then your patreon works great
are you sure ur using versions either “adamant” or “bodacious” i think they a called
Just drag n drop the resource into your location of desire and then ensure it in the server.cfg
anyone else haveing problems with eup not working?
wait is it really free?
Not anymore it was a glich
Payment is required.
In addition, the email address you registered with when making a payment must be the same as your FiveM account email address.
Then you have to get the key and enter the license key in the CFG.
Forgive my broken English.
how do i open the menu?
I figured out the problem. The eup was running under fxmanifest however the manifest file had nothing in it causing it to not work
bruh is it out yet i need a EUP thats free cmon guys
hey i have a question
[‘Male MET POLICE Uniform (Long Sleeve)’] = {
category = ‘MET POLICE’,
ped = ‘mp_m_freemode_01’,
props = {
{ 0, 0, 0 },
{ 1, 0, 0 },
{ 2, 0, 0 },
{ 3, 0, 0 },
},
components = {
{ 1, 1, 1 },
{ 3, 5, 1 },
{ 4, 36, 1 },
{ 5, 49, 1 },
{ 6, 52, 1 },
{ 7, 9, 1 },
{ 8, 58, 1 },
{ 9, 15, 1 },
{ 10, 1, 1 },
{ 11, 144, 1 },
},
for the EUP UI, do u know what each number is what clothing part
im a fivem element club subscriber 15$ , installed eup and its work fine but now how can i add some outfits like Male LSPD Riot Uniform to police ?
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
}
}
}
so any police enter cloack roam can wear the outfits
How to convert outfits from eup to police config ?