AndrewN Posted July 30, 2015 Posted July 30, 2015 Is it required to place my gamemode's files into MTA/server/mods/deatchmatch/resources/myserver? It's weird because "deathmatch" is like a type of the gamemode. I'm not creating a deathmatch so just wanted to know is that the only place to store my files.
GTX Posted July 30, 2015 Posted July 30, 2015 Yes, it is required. If you put it in any different folder, it won't work. Just ignore that name. Put your scripts in MTA/server/mods/deatchmatch/resources
ixjf Posted July 31, 2015 Posted July 31, 2015 Is it required to place my gamemode's files into MTA/server/mods/deatchmatch/resources/myserver? It's weird because "deathmatch" is like a type of the gamemode. I'm not creating a deathmatch so just wanted to know is that the only place to store my files. Yes. "Deathmatch" is just a leftover from what MTA:BLUE was originally supposed to be, a modular core that supported loading different mods. However, the code became bloated and messy with time, and became too tied to that mod.
Moderators IIYAMA Posted July 31, 2015 Moderators Posted July 31, 2015 If you really want that folder to exist. Like for keeping your resource administration. You have to put it like this: MTA/server/mods/deatchmatch/resources/[myserver] Mta will ignore folders when you put the name of the folder between those brackets [].
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