How to change Game type and Map?

How to change Game type and Map?

3 Likes
set gametype (what you want it to say)
set maptype (what you want it to say)

atleast i think that’s it
Those are the commands

1 Like

Thank you so much m8 :smiley:

1 Like

no problem :slight_smile:

(STUPID SHITTY 20 CHARACTERS!)

1 Like

does this still work ? i cannot get it to change
cheers

set gametype

is still working and the other don’t know because i just change the map name what also work just fine.

set gametype <value> works
and
set maptype <value> works aswell.

1 Like

but then my question comes how to do this… if posible
set maptype “Los Santos”

But i ques this does not work because it can’t have a space in between right or ?
Because i have this but sadly not working…

holdon let me find out. because my server maptype says Missouri Department Of Public Safety

1 Like

SetMapName()

thanks
@Yarpii use set mapname <value> in console.

No, don’t do that at all. That won’t work.

but where to place this and how to use ?

For example…

RegisterCommand('idk', function(source, args, rawCommand)
    SetMapName('some cool map name')
end, false)
2 Likes

… i did it in console and it worked…

image

servers.fivem.net :
image

2 Likes

SOLUTION

Where are you adding these commands? in mapmanager??

Where are you adding these commands? in mapmanager?? Can some 1 fully explain how to change mapname in server files?

well never knew it was that easy i just added this in my C#
well not that but this way… and works like charm