Jump to content
Sign in to follow this  
=kct=blackmamba

cant get rid of a error in my serversettings.hpp

Recommended Posts

this is the error :

Error in expression <atis\Settings\ServerSettings.hpp"
class MissionDate
{

title = "$STR_BF_MP_MISSI>
 Error position: <MissionDate
{

title = "$STR_BF_MP_MISSI>
 Error Missing ;
File C:\Users\Primary\Documents\Arma 3 - Other Profiles\Tripwire\missions\Co32_Insurgent_Occupation.Stratis\Settings\ServerSettings.hpp, line 1
Error in expression <on.Stratis\Settings\ServerSettings.hpp"
class MissionDate
{

title = "$STR_BF_MP>
 Error position: <class MissionDate
{

title = "$STR_BF_MP>
 Error Undefined variable in expression: class
File C:\Users\Primary\Documents\Arma 3 - Other Profiles\Tripwire\missions\Co32_Insurgent_Occupation.Stratis\Settings\ServerSettings.hpp, line 1
Error in expression <atis\Settings\ServerSettings.hpp"
class MissionDate
{

title = "$STR_BF_MP_MISSI>
 Error position: <MissionDate
{

title = "$STR_BF_MP_MISSI>
 Error Missing ;
File C:\Users\Primary\Documents\Arma 3 - Other Profiles\Tripwire\missions\Co32_Insurgent_Occupation.Stratis\Settings\ServerSettings.hpp, line 1
"::VAS:: Loading KRON_Strings.sqf"

these are the first few line of my serversettings.hpp :

class MissionDate
{
//paramsArray[0]
title = "$STR_BF_MP_MISSIONTIME";
values[] = {00, 01, 02, 03, 04, 05, 06, 07, 08, 09, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23};
       default = 12;
       texts[] = {"00:00", "01:00", "02:00", "03:00", "04:00", "05:00", "06:00", "07:00", "08:00", "09:00", "10:00", "11:00", "12:00", "13:00", "14:00", "15:00", "16:00", "17:00", "18:00", "19:00", "20:00", "21:00", "22:00", "23:00"};
};
class EOSMarker
{
//paramsArray[1]
title = "EOS marker type";
values[] = {0, 1, 2};
default = 0;
texts[] = {"Dynamic", "Invisible", "Normal"};
};

and the frustrating part of it is that it worked fine yesterday I didn't edit anything.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×