Hi,
I'm new to MTA:SA and currently trying to host a Race-Server with MTA:SA DM on openSUSE 11 x64. The Server runs and i can start races, but i dont see the Images "3, 2, 1, Go" or the Nitro- and Repairmodels. And i don't really know if the way i trying to autostart the Race mode is the right. I only added it in the last line of the config with 'startup="1"', but if there is no player who vote for a Map, the Mode is "MTA:SA" and not "Race". Maybe i have to Autostart a Map, but don't know how it works.
Here is my mtaserver.conf
<config>
<servername>TF2Info.de | European Race-Server [100MBit/s]</servername>
<serverip>85.214.139.83</serverip>
<mtusize>1264</mtusize>
<serverport>22004</serverport>
<maxplayers>32</maxplayers>
<httpserver>1</httpserver>
<httpport>22005</httpport>
<httpdownload>1</httpdownload>
<httpdownloadurl>http://tf2info.de/downloads/gameservers/mtasa</httpdownloadurl>
<ase>1</ase>
<password></password>
<logfile>logs/server.log</logfile>
<acl>acl.xml</acl>
<scriptdebuglogfile>logs/scripts.log</scriptdebuglogfile>
<scriptdebugloglevel>0</scriptdebugloglevel>
<htmldebuglevel>0</htmldebuglevel>
<!-- <module>sample_win32.dll</module> -->
<!-- <module>sample_linux.so</module> -->
<resource src="admin" startup="1" protected="0"/>
<resource src="helpmanager" startup="1" protected="0"/>
<resource src="mapcycler" startup="1" protected="0"/>
<resource src="mapmanager" 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="votemanager" startup="1" protected="0"/>
<resource src="webadmin" startup="1" protected="0"/>
[b]<resource src="race" startup="1" protected="0"/>[/b]
</config>
Hope you can help me.