Hey NN,
ich mache gerade Los Santos map und habe Probleme bei den Spawnpoints.
Wenn ich ins Spawn Menü komme dann sehe ich mein Spawnort wo ich normal hin will aber jz kommt der fehler wenn ich ihn auswähle und spawnen will dann komme ich unten links an der map hin ins Wasser.
Ich habe den Spawnpunkt auch in der Stadt wo ich ihn haben will.
Hier die Config
Danke im vor raus für die Hilfe.
Mfg Titus
/*
* 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 lossantos {
class Civilian {
class Downtown {
displayName = "Downtown";
spawnMarker = "civ_spawn_2";
icon = "\a3\ui_f\data\map\MapControl\watertower_ca.paa";
conditions = "";
};
};
};
};