Jump to content

GameMode


#meS

Recommended Posts

Hello ....

I want to change the gamemode name from freeroam to CRVROAM.. If you don't understand what I mean i mean like when u start freeroam when u see the server states the gamemode is freeroam how to change it?

Link to comment
Hello ....

I want to change the gamemode name from freeroam to CRVROAM.. If you don't understand what I mean i mean like when u start freeroam when u see the server states the gamemode is freeroam how to change it?

addEventHandler("onResrourceStart", resourceRoot, 
function() 
setGameType("Your GameMode") 
end 
) 

Link to comment
Hello ....

I want to change the gamemode name from freeroam to CRVROAM.. If you don't understand what I mean i mean like when u start freeroam when u see the server states the gamemode is freeroam how to change it?

addEventHandler("onResrourceStart", resourceRoot, 
function() 
setGameType("Your GameMode") 
end 
) 

addEventHandler("onResourceStart", resourceRoot, -- u did a mistake not Resrouces 
function() 
setGameType("Your GameMode") 
end 
) 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...