AugustoArpex Posted October 5, 2019 Share Posted October 5, 2019 Hi, I have a problem when I create a server. My MTA configuration is default as it came from TcA. But I have a problem that the configuration does not process the part of putting the resources files in the folder. Post Download Script: #!/bin/bash cd ${FilesFolderFullName}/mods/deathmatch wget https://linux.mtasa.com/dl/baseconfig.tar.gz tar xzvf baseconfig.tar.gz mv baseconfig/* . rm -fr baseconfig rm -f baseconfig.tar.gz mkdir resources cd resources wget http://mirror.mtasa.com/mtasa/resources/mtasa-resources-latest.zip unzip mtasa-resources-latest.zip rm -f mtasa-resources-latest.zip Link to comment Share on other sites More sharing options...
Jimmy-CS Posted October 5, 2019 Share Posted October 5, 2019 Try using full paths and remove cd resources. Link to comment Share on other sites More sharing options...
AugustoArpex Posted October 7, 2019 Author Share Posted October 7, 2019 I was able to solve the problem. I put the files inside the tcadmin repository. Link to comment Share on other sites More sharing options...
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