FedyaBoy Posted December 30, 2008 Posted December 30, 2008 I don't know, what to do? I read the introductions twice, did the meta.xml file thingy with that code, made the script.lua with code inside thingy. What now? I type "gamemode myserver" ( the "myserver" is in that meta.xml code thingy too" ) and they salid, that the gamemode is not valid. HELP ME!
Gamesnert Posted December 30, 2008 Posted December 30, 2008 I don't know, what to do? I read the introductions twice, did the meta.xml file thingy with that code, made the script.lua with code inside thingy. What now? I type "gamemode myserver" ( the "myserver" is in that meta.xml code thingy too" ) and they salid, that the gamemode is not valid. HELP ME! I think you either skipped a part, or haven't read it all too well. ... <meta> <info author="YourName" type="gamemode" name="My Server" description="My first MTA DM server" /> <script src="script.lua" /> </meta> In the tag, there's a "type" field which indicates that the resource is a gamemode instead of a regular include or a map, which will be explained later. A gamemode is what you need to make a stand-alone server. ... You apparently don't have set type to "gamemode", or made a typo in the word gamemode. Make sure to spell it exactly like in the example.
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