Game Type / Map Changed?

I started to fill out the template, but this is server side, not client so i didnt figure it mattered how ever I can edit it if needed,

Anywho,

I own my own server its ESX/Essential Based (Cause who isnt doing that now a days)
any I noticed that people spawn in weird spots, and I know that has to do with the gamemode and map so I went to go check it out and I noticed its not the normal
Map: Skater what ever
Gamemode: Freeroam

Instead I get this:

I’m not sure how to change it back, I’ve checked in Spawnmanger the actual folders and my config but I cant figure out what could do it… any ideas?

Thanks.

1 Like

Have a look at the fivem-map-skater or fivem-map-hipster resources for an example of changing the map var. An example of changing the game type can be found in the default resources somewhere too

1 Like

So, just a heads up I have my config where it loads the “fivem-map-skater” and when I check the resource of that it gives me

Skater Map Resource

resource_type ‘map’ { gameTypes = { fivem = true } }

map ‘map.lua’

So obviously it says five = true so I check that resource and it says

fivem Resource

resource_type ‘gametype’ { name = ‘Freeroam’ }

client_script ‘fivem_client.lua’

Which it says Freeroam

So I’m not sure why its not showing up as Freeroam but as “Game Type” Is there anything that could be conflicting it?

1 Like

– Alright, After testing around with my other 2 servers I relized that it was the server.cfg I had the load order all messed up.

its all fixed now.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.