ifne
1
i would like every player that joins the server to spawn in one skin, how would i do this?
FAXES
2
go into your map resources and go into map.lua, then inside there is all the spawn points and the skins, change
a_m_y_skater_01 to what ever model.
ifne
3
can i remove all ok the locations and just have?
FAXES
4
remove them all and just have 1? yes
ifne
5
ive added it to the server.config and still wont spawn
1 Like
FAXES
6
It goes in the map.lua not the server.cfg, you don’t need to add the map resources either
ifne
7
still wearing the yellow t shirt
ifne
8
should be in a officer suit,
spawnpoint ‘s_m_y_cop_21’ { x = -736.7500, y = 1437.7500, z = 5.0003 }
spawnpoint ‘s_m_y_cop_21’ { x = -369.4300, y = -1601.8320, z = 36.9502 }
spawnpoint ‘s_m_y_cop_21’ { x = 334.2101, y = 1644.7660, z = 98.4960 }
spawnpoint ‘s_m_y_cop_21’ { x = 441.2090, y = 983.1136, z = 30.6895 }
FAXES
9
is that in both map resources.
Map resources are
fivem-map-hipster &
fivem-map-skater
ifne
10
i added “fivem-map-skater” to server.config
FAXES
12
you don’t add the maps to the server.cfg, the server automatically does that for you. just edit both of the map.lua’s from fivem-map-hipster & fivem-map-skater…
Thats not a PED in GTAv unless its an addon change it to:
spawnpoint ‘s_m_y_cop_01’ { x = -736.7500, y = 1437.7500, z = 5.0003 }
spawnpoint ‘s_m_y_cop_01’ { x = -369.4300, y = -1601.8320, z = 36.9502 }
spawnpoint ‘s_m_y_cop_01’ { x = 334.2101, y = 1644.7660, z = 98.4960 }
spawnpoint ‘s_m_y_cop_01’ { x = 441.2090, y = 983.1136, z = 30.6895 }
ifne
14
Thats cool, it works now,
It’s a ped I’ve made and added, spawns perfect and it’s at the correct place cheers all.
When I said
I am talking about the ped having a custom spawnname thats different from the original game spawncodes. Doesn’t matter if its custom!
Hope this helped!
ifne
16
Is there away that a steam Id spawns with his correct uniform?
And maybe a car?