#meS Posted July 21, 2015 Share Posted July 21, 2015 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
1LoL1 Posted July 21, 2015 Share Posted July 21, 2015 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
HUNGRY:3 Posted July 21, 2015 Share Posted July 21, 2015 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
EH10 Posted July 21, 2015 Share Posted July 21, 2015 Without event .. Normal # only # setGameType('GameMode') Link to comment
KariiiM Posted July 22, 2015 Share Posted July 22, 2015 You've to do it in server side only Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now