i would like every player that joins the server to spawn in one skin, how would i do this?

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.

can i remove all ok the locations and just have?

remove them all and just have 1? yes

ive added it to the server.config and still wont spawn

1 Like

It goes in the map.lua not the server.cfg, you don’t need to add the map resources either

still wearing the yellow t shirt

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 }

is that in both map resources.

Map resources are
fivem-map-hipster &
fivem-map-skater

i added “fivem-map-skater” to server.config

just one skater

20 chars

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 }

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!

Is there away that a steam Id spawns with his correct uniform?
And maybe a car?