Jump to content
  • 0

omg, my server hoster problem...


Lovinglife

Question

hi all...i asked to my server hoster to upgrade mta server to 1.0.3...it STILL was 1.0...so i told em and then i tried to join, but it was still 1.0....so today i upped this zip with my explanation about doing the upgrade...http://solidfiles.com/d/8dvJ i told em to replace only the file they see in the .zip...ofc not overwrite the folders...Well they say they did it but now i cannot join my server and i get this in my logs...

===========================================================
= Multi Theft Auto: San Andreas v1.0
===========================================================
= Server name		: blabla
= Server IP address	: ipaddress
= Server port		: 22003
= 
= Log file		: ..10728588377/mods/deathmatch/logs/server.log
= Maximum players	: 20
= MTU packet size	: 1264
===========================================================
[11:40:57] ERROR: Couldn't find meta.xml file for resource 'admin'
[11:40:57] Loading of resource 'admin' failed
[11:40:57] ERROR: Couldn't find meta.xml file for resource 'admin'
[11:40:57] Loading of resource 'admin' failed
[11:40:57] ERROR: Couldn't find meta.xml file for resource 'ajax'
[11:40:57] Loading of resource 'ajax' failed
[11:40:57] ERROR: Couldn't find meta.xml file for resource 'amx'
[11:40:57] Loading of resource 'amx' failed
[11:40:57] ERROR: Couldn't find meta.xml file for resource 'amx-AAD50E'
[11:40:57] Loading of resource 'amx-AAD50E' failed
[11:40:57] ERROR: Couldn't find meta.xml file for resource 'amx-area51'
[11:40:57] Loading of resource 'amx-area51' failed
[11:40:57] ERROR: Couldn't find meta.xml file for resource 'amx-area51M'
[11:40:57] Loading of resource 'amx-area51M' failed
[11:40:57] ERROR: Couldn't find meta.xml file for resource 'amx-bare'
[11:40:57] Loading of resource 'amx-bare' failed

and more and more ERRORs....

what happened

Regards

Lovinglife

Edit: they forget to add dll files...now it works..

Link to comment

2 answers to this question

Recommended Posts

  • 0

the meta files are not right try making them over example

this is original meta from freeroam

<meta>
<!-- arc_'s Freeroam script                                                  -->
 
<!-- You are allowed to modify this resource or add functionality to it.     -->
<!-- You may use the modified resource in your server and redistribute it.   -->
<!-- However, the original credits and this license must always stay intact. -->
<!-- Also, give your modified resource a different name, like "<yournick>'s  -->
<!-- extended freeroam", to avoid confusion for users.                       -->
 
<info name="Freeroam GUI" author="arc_" version="1.3.4" />
 
<script src="util_server.lua" type="server" />
<script src="fr_server.lua" type="server" />
 
<script src="util.lua" type="client" />
<script src="gui.lua" type="client" />
<script src="fr_client.lua" type="client" />
 
<export function="appendControl" type="client" />
 
<file src="colorselect.png" />
<file src="localplayerblip.png" />
<file src="map.png" />
<file src="playerblip.png" />
<file src="vehiclecolors.png" />
 
<config src="animations.xml" type="client" />
<config src="interiors.xml" type="client" />
<config src="skins.xml" type="client" />
<config src="stats.xml" type="client" />
<config src="vehicles.xml" type="client" />
<config src="weapons.xml" type="client" />
<config src="weather.xml" type="client" />
<config src="help.xml" type="client" />
 
<settings>
	<!-- Set any of the "true" options to "false" to disable that functionality.                   -->
	<!-- If you modify this file you need to /refresh your server for the changes to take effect   -->
	<!-- (this will restart freeroam and therefore delete all vehicles that players created).      -->
	<!-- Use the runcode resource and the set() function to change a setting while freeroam        -->
	<!-- is running without having to refresh.                                                     -->
 
 
	<setting name="*spawnmaponstart" value="true" />
	<setting name="*spawnmapondeath" value="true" />
	<setting name="*welcometextonstart" value="true" />
 
	<setting name="*alpha" value="true" />
	<setting name="*anim" value="true" />
	<setting name="*clothes" value="true" />
	<setting name="*createvehicle" value="true" />
	<setting name="*gamespeed/enabled" value="true" />
	<setting name="*gamespeed/min" value="[0.2]" />
	<setting name="*gamespeed/max" value="[3.0]" />
	<setting name="*gravity/enabled" value="true" />
	<setting name="*gravity/min" value="[0]" />
	<setting name="*gravity/max" value="[0.1]" />
	<setting name="*jetpack" value="true" />
	<setting name="*kill" value="true" />
	<setting name="*lights" value="true" />
	<setting name="*paintjob" value="true" />
	<setting name="*repair" value="true" />
	<setting name="*setskin" value="true" />
	<setting name="*setstyle" value="true" />
	<setting name="*stats" value="true" />
	<setting name="*time/freeze" value="true" />
	<setting name="*time/set" value="true" />
	<setting name="*upgrades" value="true" />
	<setting name="*warp" value="true" />
	<setting name="*weapons/enabled" value="true" />          <!-- Can players give themselves weapons? -->
	<setting name="*weapons/vehiclesenabled" value="true" />  <!-- Can players fire vehicle weapons? -->
	<setting name="*weapons/disallowed" value="[[38]]" />     <!-- Comma-separated list of specific weapon ID's that players are not allowed to give to themselves -->
	<setting name="*weather" value="true" />
	<setting name="*vehicles/maxidletime" value="[300000]" />  <!-- Time in ms before a vehicle without passengers gets destroyed -->
	<setting name="*vehicles/idleexplode" value="false" />     <!-- If set to false, vehicles simply disappear when they time out instead of exploding -->
	<setting name="*vehicles/maxperplayer" value="[2]" />     <!-- Maximum number of vehicles a player can have at the same time -->
	<setting name="*vehicles/disallowed" value="[[432]]" />   <!-- Comma-separated list of vehicles that players may not create -->
</settings>
</meta>

Edited by Guest
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...