[Release]Model-Menu V3 [9th Oct]

Thank you very much of your help and for the sharing of your resource and cobirth

There is a configuration to be added
On essentialmode or es_freeroam 0.13

1 player out of 2 have their skin load the others one have skater yellow

Or would they be able to create a command to load the skin manually
Example /skin and /skin trigger mm:spawn ?!

add this to server.lua for a command:

AddEventHandler("chatMessage", function(p, color, msg)
    if msg:sub(1, 1) == "/" then
        fullcmd = stringSplit(msg, " ")
        cmd = fullcmd[1]
        --args = makeArgs(fullcmd)
        if cmd == "/skin" then
		local ped = source
            CancelEvent()
            TriggerClientEvent("mm:spawn", ped)
        end
    end
end)

function stringSplit(self, delimiter)
  local a = self:Split(delimiter)
  local t = {}

  for i = 0, #a - 1 do
     table.insert(t, a[i])
  end

  return t
end
1 Like

thx man :stuck_out_tongue:

and thx for fast support :wink:

im fix with add in essentialmod client.lua

Citizen.CreateThread(function()
	while true do
		Citizen.Wait(10000)

		if NetworkIsSessionStarted() then
			TriggerServerEvent('mm:spawn')
			return
		end
	end
end)

im adding your command if my tricks not work

Hello =) ,

I’m not using this plugin by my own but i help a friend to install it, but got a question when the plugin work, did he save the character customization beyound the death/respawn and reconnection ?

ps : sorry if my english is not rly good i’m french guy ^^’

Yes it should do. So long as you’ve set everything up correctly.

@Leah_UK Thank you =) have a nice day =)

Hiya, I’m trying to install this on my server but it doesn’t appear to be working… Does it need any other mods to function?

Where is the regular version without MP model? just peds? did you make this version? dont remember.

You want a version without mp models and no customisation?

Yes it seems that we had some issues with that menu a lot of people don’t like the female so we are going back to original pads and would just like a larger variation of pads as a choice

Try this: client.lua (501.9 KB)

Thank you Fraz.

Also gonna shoot you a pm a sec

Would there be any way to not lose weapons (from weaponsshop) when changing models?

1 Like

Hi guys, maybe someone can help me i made some edit for player get only acces to customizable player model but i got this bug screen of the bug the texture skin is like green and when we spawn with skins ‘mp_f_freemode_01’ and,
‘mp_m_freemode_01’ we are invisible when we spawn i don’t know for why ? The only edit who i made is to change the mpmenu to get acces to only 2 skins ‘mp_f_freemode_01’ and,
‘mp_m_freemode_01’ and to comment menu who i don’t need currently only have menu of mpmodel and customizations. Thanks you to have take some time to see my reply and hope for someone can help me

We followed all the above steps mentioned and it’s working… somewhat. the issue we are still having is when you choose a skin for a random model (singleplayer character, etc…) and then press “F” to save - it will default to the original skin for that model.

Is there any way to fix this problem?

can you make the models load faster ? when you join

Hi, when I create a character it does not save me, when I leave and come back.
How to do ?

press F bro, it’s the key to save

Yes but not work .

…