Moin,
ich versuche vergeblich ein paar Gegenstände auf dem Map zu spawnen, ohne Erfolg. 
Unter "events.xml" habe ich folgendes eingefügt:
Code
		
					
				    <event name="ItemKamazWheel">
        <nominal>8</nominal>
        <min>6</min>
        <max>10</max>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <saferadius>250</saferadius>
        <distanceradius>20</distanceradius>
        <cleanupradius>100</cleanupradius>
        <flags deletable="0" init_random="0" remove_damaged="0"/>
        <position>fixed</position>
        <limit>mixed</limit>
        <active>1</active>
        <children>
            <child lootmax="0" lootmin="0" max="24" min="8" type="Kamaz_Wheel"/>
        </children>
    </event>
	
			Alles anzeigen
	und unter "cfgeventspawns.xml" steht folgendes drin:
Code
		
			    <event name="ItemKamazWheel">
        <pos x="3871.99" z="10768.1" a="330.038" />
        <pos x="3871.35" z="10772.0" a="329.961" />
        <pos x="3882.02" z="10773.4" a="329.941" />
        <pos x="3853.28" z="10835.0" a="328.499" />
        <pos x="4437.72" z="9773.26" a="339.052" />
        <pos x="4448.05" z="9780.38" a="339.052" />
        <pos x="3937.60" z="10683.4" a="339.012" />
        <pos x="3938.34" z="10679.5" a="339.012" />
    </event>
	
	Wisst ihr was ich übersehe oder falsch mache?