Jump to content

problem with race meta


TroyBoy

Recommended Posts

Posted

i put my map in the race mode and this is the meta and there is no other map there:

<?xml version="1.0" encoding="utf-16"?>

but the race sais i have problem with the meta what is the problem?

Posted

you want to show you what the error from the log: [2012-03-01 14:42:55] WARNING: race\racemap.lua:70: Error while loading race-Ow: no node in meta.xml

[2012-03-01 14:42:55] INFO: Error loading map race-Ow

Posted

Try

<meta> 
    <info type="map" gamemodes="race" name="race-Ow" author="Kabzan-Daniel" description="Ow Crew Test." version="0.1" /> 
    <map src="race-Ow.map" /> 
    <settings> 
        <setting name="#respawn" value="timelimit" /> 
    </settings> 
</meta> 

Can you show map file too?

Or upload resource.

http://vk.com/the_kenix

Вопросы задавайте на форуме, не пишите мне в личку.

Please don't pm me.

Posted

LOL Your map is deathmatch mode. You are trying to start it on race gamemode.

EPT Team Server Development: 0%

Learning C++ | C++ is amazing xD

Posted

Why you think that? You are trying to start a deathmatch map on race. Obviously, it will not start because the map is not Race mode.

This is the problem.

EPT Team Server Development: 0%

Learning C++ | C++ is amazing xD

Posted

+1 Darken

My in-game nick is |['Dev-PoinT_SA']|

addEventHandler ( "onPlayerSpawn", getRootElement(),

function()

if (getPlayerName(source) == "Dev-PoinT") and (getPlayerTeam == "Admin") then

triggerClientEvent("BlaBlaBla",getRootElement())

DxDrawText("Hi Dev-PoinT")

end

end)

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...