Filip Posted June 11, 2012 Share Posted June 11, 2012 Hello, would any of you be so kind to tell me the script that changes the gamemode from MTA:SA to Roleplay. Thanks kindly! Link to comment
JR10 Posted June 11, 2012 Share Posted June 11, 2012 addEventHandler("onResourceStart", resourceRoot, function() setGameType("Roleplay") end ) Try something yourself first next time. Link to comment
Jaysds1 Posted June 11, 2012 Share Posted June 11, 2012 Actually, he needs to read the wiki next time: Main_Page Link to comment
Filip Posted June 11, 2012 Author Share Posted June 11, 2012 Still new to scripting. Hope you can understand not everyone is as good as you guys. Link to comment
Jaysds1 Posted June 11, 2012 Share Posted June 11, 2012 Sorry, if I put it in any way, but some people just come here asking questions when the wiki might have the answer. Link to comment
Cyandie Posted June 12, 2012 Share Posted June 12, 2012 Phil I sent you how to use that code lol should read your msgs more. but heres how to set a map with it function setGameMode( ) setGameType("Roleplay") setMapName("Los Santos") end addEventHandler("onResourceStart", getRootElement( ), setGameMode) Also why not go learn Lua? https://wiki.multitheftauto.com/wiki/Scr ... troduction 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