[Release] EUP for FiveM (SERVER SIDED)

Link?

https://keymaster.fivem.net/

Does he do that or do i sense be bought it?

just copy the key and paste it into the server.cfg

Do i put the server port in there?

Like this?

Not sure if that was your full server key or not, but, if it was I removed it. If it wasn’t your full key, you can add it back. I don’t want people using your key, especially if it has special perks.

Sorry about that.

does this adds new hair to server? someone know how to?

how do u change NativeUI key binding??
its on E i dont want it there

Keymaster

Anyone ever had an issue where up didint load for a specific player? Like, other players can see the person wearing the uniform, but said person just sees random mp clothing.

how would you reskin it like the lspd peds?

Sorry for just Tagging you, but is there an ETA when it will be Free ? or will it be a paid feature for ever ? :thinking:

I made this change if anyone wants to use it. It will filter the outfits for your players gender.
Very Handy

if sex == nil then
		TriggerEvent('skinchanger:getSkin', function(skin)
			if skin.sex == 0 then
				sex = 0
			else
				sex = 1
			end
		end)
	end
	if sex == 0 then
		for id, outfit in pairs(list) do
			if outfit.ped == 'mp_m_freemode_01' then
			outfit.item = NativeUI.CreateItem(id, 'Select this outfit.')
			subMenu:AddItem(outfit.item)
			end
		end
	else
		for id, outfit in pairs(list) do
			if outfit.ped == 'mp_f_freemode_01' then
			outfit.item = NativeUI.CreateItem(id, 'Select this outfit.')
			subMenu:AddItem(outfit.item)
			end
		end	
	end

Replaced

for id, outfit in pairs(list) do
  outfit.item = NativeUI.CreateItem(id, 'Select this outfit.')
  subMenu:AddItem(outfit.item)
end
2 Likes

I don’t make those decisions.

Works perfect after clearing game cache (because I used the client side way for a while). It was a bit of a grind renaming all of my custom uniforms, but works great. I don’t use the included menu because I use ESX, so I can’t say anything about that.

That was 6 months ago.

do i need FiveM Element Club Argentum $15 before i can use EUP?
sry for my bad english xd’

Yes somme times you need I have had a bug that the eup worked without Element Club Argentum


Not that I use eup on my server but I had that bug on my dev server