Jump to content

Can`t find resources wich worked fine on my win server


Recommended Posts

2 minutes ago, Gourmet. said:

Are all of those resources specified in mtaserver.conf?

Here are the lines wich I specified them in:

    <resource src="admin" startup="1" protected="0"/>
    <resource src="defaultstats" startup="0" protected="0"/>
    <resource src="helpmanager" startup="1" protected="0"/>
    <resource src="joinquit" startup="1" protected="0"/>
    <resource src="mapcycler" startup="1" protected="0"/>
    <resource src="mapmanager" startup="1" protected="0"/>
    <resource src="parachute" startup="1" protected="0"/>
    <resource src="performancebrowser" startup="1" protected="0"/>
    <resource src="reload" startup="1" protected="0"/>
    <resource src="resourcebrowser" startup="1" protected="1" default="true"/>
    <resource src="resourcemanager" startup="1" protected="1"/>
    <resource src="scoreboard" startup="1" protected="0"/>
    <resource src="spawnmanager" startup="1" protected="0"/>
    <resource src="voice" startup="1" protected="0"/>
    <resource src="votemanager" startup="1" protected="0"/>
    <resource src="webadmin" startup="1" protected="0"/>
    <resource src="pinaloader" startup="1" protected="1"/>	
    <resource src="house_system" startup="1" protected="0"/>
    <resource src="hud" startup="1" protected="0"/>
    <resource src="login" startup="1" protected="0"/>
    <resource src="radar" startup="1" protected="0"/>
    <resource src="carshop" startup="1" protected="0"/>
    <resource src="money" startup="0" protected="0"/>
    <resource src="save" startup="1" protected="0"/>
    <resource src="tuning" startup="1" protected="0"/>	
    <resource src="wpshop" startup="1" protected="0"/>
    <resource src="minutemoney" startup="1" protected="0"/>
    <resource src="interiors" startup="1" protected="0"/>	
    <resource src="tags" startup="1" protected="0"/>
    <resource src="admintools" startup="1" protected="0"/>	
    <resource src="animation" startup="1" protected="0"/>
    <resource src="speedometer" startup="0" protected="0"/>	
    <resource src="drift" startup="1" protected="0"/>
    <resource src="3dtext" startup="1" protected="0"/>
    <resource src="sacustoms" startup="1" protected="0"/>
    <resource src="spc" startup="1" protected="1"/>

 

Link to comment

The log says it couldn't find some resources. Are they at the right place and not in a subfolder? Is there a correct meta.xml? (I assume there is as it worked on your Windows)

Try to replace resources lines @ mtaserver.conf from your Windows server. Check if you have correct CHMOD permissions.

  • Like 1
Link to comment
Just now, Gourmet. said:

The log says it couldn't find some resources. Are they at the right place and not in a subfolder? Is there a correct meta.xml? (I assume there is as it worked on your Windows)

Try to replace resources lines @ mtaserver.conf from your Windows server. Check if you have correct CHMOD permissions.

They all have correct meta files, and since I can`t change permissions at my host only "reset" them I`m fu*ked

Link to comment
  • MTA Team

The problem is caused by Linux filenames being case-sensitive.
e.g. radar is not loading because meta.xml contains 'cursor.lua' but the file is actually called 'Cursor.lua'

Fix all the filename errors shown at starup, and try again

  • Like 1
Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...