Moin
Ich habe aktuell vor eine Cop-Training Mission mit der Jackson_County Map aufzubauen, nun ist mein Problem das ich immer auf der Spawninsel spawne, ich habe zwar die Möglichkeit Spawnpunkte auszuwählen, wenn ich aber auf Spawnen drücke, spawne ich direkt auf der Spawn Insel.
Ich habe auch andere Themen und Lösungsvorschläge gelesen aber nichts hat funktioniert, kann mir jemand Helfen?
Config_SpawnPoints
/*
* Format:
* 3: STRING (Conditions) - Must return boolean :
* String can contain any amount of conditions, aslong as the entire
* string returns a boolean. This allows you to check any levels, licenses etc,
* in any combination. For example:
* "call life_coplevel && license_civ_someLicense"
* This will also let you call any other function.
*
*/
class CfgSpawnPoints {
class Jackson_County {
class Civilian {
class BK {
displayName = "Bank";
spawnMarker = "civ_spawn_1";
icon = "\a3\ui_f\data\map\MapControl\watertower_ca.paa";
conditions = "";
};
class AG {
displayName = "Ausbildungsgelaende";
spawnMarker = "civ_spawn_2";
icon = "\a3\ui_f\data\map\MapControl\watertower_ca.paa";
conditions = "";
};
};
};
};
(.rpt Log im Anhang ^^)
MFG
Lansky