Hallo
ich bekomme folgende Error Meldung wenn ich versuche auf mein Server zu Joinen:
Code
14:30:30 Warning Message: File mpmissions\Altis_Life.Tanoa\description.ext, line 210: /LifeCfgVehicles/: Missing '}'
Allerdings weiß ich nicht wo das Komma fehtl
Spoiler anzeigen
C: description.ext
author = "Tonic";
onLoadName = "Altis Life RPG v4.4";
onLoadMission = "An RPG game mode developed by Tonic hosted by nitrado.net";
loadScreen = "textures\armalife.jpg";
joinUnassigned = 1;
respawn = BASE;
respawndelay = 5;
disabledAI = 1;
disableChannels[]={0,1,2};
enableDebugConsole = 1;
respawnDialog = 0;
saving = 0;
class Header
{
gameType = RPG;
minPlayers = 1;
maxPlayers = 75;
};
wreckLimit = 3;
wreckRemovalMinTime = 60;
wreckRemovalMaxTime = 320;
corpseLimit = 150;
corpseRemovalMinTime = 999;
corpseRemovalMaxTime = 9999;
#include "Config_Spyglass.hpp"
#include "CfgRemoteExec.hpp"
#include "dialog\MasterHandler.hpp"
#include "Config_Master.hpp"
class RscTitles
{
#include "dialog\hud_stats.hpp"
#include "dialog\progress.hpp"
#include "dialog\hud_nameTags.hpp"
class RageCoreintro {
idd = -1;
duration = 6;
class controls {
class ExampleControl {
idc = -1;
type = 0;
style = 2192;
x = 0.125;
y = 0.125;
h = 0.75;
w = 0.75;
font = "EtelkaNarrowMediumPro";
sizeEx = 0.05;
colorBackground[] = {1,1,1,0};
colorText[] = {1,1,1,1};
text = "images\rccover.paa";
lineSpacing = 1;
};
};
};
};
class CfgFunctions {
#include "Functions.hpp"
};
class CfgSounds
{
sounds[] = {};
class SirenLong
{
name = "SirenLong";
sound[] = {"\sounds\Siren_Long.ogg", 1.0, 1};
titles[] = {};
};
class welcome
{
name = "welcome";
sound[] = {"\sounds\welcome.ogg", 1.0, 1};
titles[] = {};
};
class medicSiren
{
name = "medicSiren";
sound[] = {"\sounds\medic_siren.ogg", 1.0, 1};
titles[] = {};
};
class tazersound
{
name = "Tazersound";
sound[] = {"\sounds\tazer.ogg", 0.25, 1};
titles[] = {};
};
class flashbang
{
name = "flashbang";
sound[] = {"\sounds\flashbang.ogg", 1.0, 1};
titles[] = {};
};
};
class CfgDebriefing
{
class NotWhitelisted
{
title = "Mission Failed";
subtitle = "You are not white-listed to use this slot";
description = "You are not allowed to use this slot because you do not have the appropriate permissions, try another slot.";
pictureBackground = "";
picture = "";
pictureColor[] = {0,0.3,0.6,1};
};
class Blacklisted
{
title = "Mission Failed";
subtitle = "You are blacklisted from cops";
description = "You are not allowed to be a cop due to previous actions and the admins have removed you from being a cop.";
pictureBackground = "";
picture = "";
pictureColor[] = {0,0.3,0.6,1};
};
class SpyGlass
{
title = "The SpyGlass sees you";
subTitle = "You were detected by the SpyGlass";
description = "You were detected for cheating and have been reported to the server. Enjoy your day.";
pictureBackground = "";
picture = "";
pictureColor[] = {0,0.3,0.6,1};
};
};
class CfgNotifications
{
class MedicalRequestEmerg
{
title = "EMS Requested";
iconPicture = "\A3\ui_f\data\map\mapcontrol\taskIcon_ca.paa";
description = "%1";
duration = 5;
priority = 7;
};
class DeliveryAssigned
{
title = "Delivery Job Accepted";
iconPicture = "\A3\ui_f\data\map\mapcontrol\taskIcon_ca.paa";
description = "%1";
duration = 10;
priority = 7;
};
class DeliveryFailed
{
title = "Delivery Job Failed";
iconPicture = "\A3\ui_f\data\map\mapcontrol\taskiconfailed_ca.paa";
description = "%1";
duration = 7;
priority = 7;
};
class DeliverySucceeded
{
title = "Delivery Job Completed";
iconPicture = "\A3\ui_f\data\map\mapcontrol\taskIcondone_ca.paa";
description = "%1";
duration = 6;
priority = 6;
};
class TextMessage
{
title = "Received A Text Message";
iconPicture = "icons\messagenew.paa";
description = "%1";
duration = 10;
priority = 6;
};
class PoliceDispatch
{
title = "911 Dispatch Center";
iconPicture = "icons\messagepolice.paa";
description = "%1";
duration = 10;
priority = 6;
};
class AdminDispatch
{
title = "Admin Dispatch Center";
iconPicture = "icons\messageadmin.paa";
description = "%1";
duration = 10;
priority = 6;
};
class AdminMessage
{
title = "Admin Message";
iconPicture = "icons\messageadmin.paa";
description = "%1";
duration = 10;
priority = 5;
};
};
Alles anzeigen