Alright, well, I have been working on making an RP server with a few friends of mine, and currently, I think it has gone quite well. I have started creating the script and have had a lot of help from those of you here on the MTA forums. I have a problem where I can't test-run my MTA script, so I don't know if anything is wrong with my script. I figure I'll tackle that problem first.
My script is located at: c:/program files/MTA San Andreas/server/mods/deathmatch/resources/rrp/
My folder contains: Revolution.lua, client/client.lua, meta.xml, and other small scripts to help out.
My meta.xml contains:
"Maverick" type="server" name="rrp" description="rrp" />
When I run the MTA server, I type "gamemode rrp", which is the name of the folder that all of this is contained in. Immediately when I start the MTA server it tells me "Could not parse 'settings.xml' file . Starting with an empty settings registry." I attempt "gamemode rrp", and it returns " 'rrp' is not a valid gamemode."
Now that I have that problem out of the way, I'd like to ask if anyone can tell me if there are errors in this script, to the best of my knowledge (which is minimal), I can't find anything wrong with this script, other than some unfinished commands, which I already know about and plan on fixing.
My current script is located at : http://www.pastebin.com/f8ad3762
I'd be grateful if you could alert me to any errors in this script, also if you could help me with my gamemode issue. Also, I heard that setAccountData only sets the data for that session, if that is correct, I have to start over with this script. Is this true?