NeQ
October 21, 2019, 9:50pm
1
FiveM - Character Selection
This script adds character selection animations when entering the game. In addition, you can create a character in the next room.
At the moment, the script is not compatible with kashacters.
Download
Github
Installation
Read the Readme.md file contained on Github.
Video
Video
39 Likes
Mart475
October 21, 2019, 11:02pm
2
Very nice. What does it look like with multiple characters and when you first join the server?
NeQ
October 21, 2019, 11:10pm
3
After joining the server for the first time instead of playing the game you go to the character creator. At this time, you can only change the character with the command. Someday a few characters it will be added.
Salut, cela ne sauvegarde pas la position, je respawn toujours au metro, c’est normal ?
Heey awsome releases Good job <3
Awesome release thanks for sharing but i have a problem where when get to the character selection screen i am under the map with and no background i just see the world above where i am under the world.
So i worked it out it doe’s this if leave the server to the server listing’s and join back
but if you quite FiveM then join back it works perfectly.
SCRIPT ERROR: @esx_charselect /server/main.lua:20: attempt to index a nil value (global ‘ESX’)
Kalbino
October 22, 2019, 4:51am
10
Did you do the github section what tells you to change stuff in es_extended and some other files.? if not try doing that if you have done them then not sure.
Does it working with esx_kashacters ?
already did that
===================
Working now
MyllyV
October 22, 2019, 7:08am
14
If you can make this compatible with kashacters this is going to be SICK! I mean it already is!
rogaar
October 22, 2019, 7:46am
15
Holy crap this mod looks awesome. Just like the last poster said, if and when you can make this compatible with Kashacters, this will be a killer mod.
Keep up the amazing work.
1 Like
After entering the game, it will be displayed at the bottom of the map, and no characters will be displayed.
1 Like
NeQ
October 22, 2019, 9:57am
17
Read installation tutorial on Github.
function OpenSaveableMenu(submitCb, cancelCb, restrict)
TriggerEvent(‘skinchanger:getSkin’, function(skin)
DoScreenFadeOut(1000)
Citizen.Wait(1500)
SetEntityCoords(PlayerPedId(), -205.90, -1012.74, 30.20, 0.0, 0.0, 0.0, true)
Citizen.Wait(1000)
DoScreenFadeIn(1000)
DisplayRadar(true)
LastSkin = skin
end)
Is correct esx_skin?