DMFalke
Member-
Content Count
4 -
Joined
-
Last visited
-
Medals
Everything posted by DMFalke
-
CfgNotifications error. Can't find the problem.
DMFalke posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Trying to make notifications. Arma returns "missing semicolon on line 2", but there is clearly different problem. Code: Techincally, is ctrl-c, ctrl-v from bohemia docs. Code reach line 2 for sure, but after that I have no idea. //////////////////// NOTIFICATIONS ////////////////////////////// class CfgNotifications // error here "class [#]CfgNotifications" { class Default { title = ""; iconPicture = ""; iconText = ""; description = ""; color [] = {1,1,1,1}; duration = 5; priority = 0; difficulty[] = {}; }; class TaskCompleted1 { title = "TASK COMPLETED"; iconPicture = "\A3\ui_f\data\map\mapcontrol\taskIcon_ca.paa"; description = "Poor vehicle."; }; }; //////////////////// NOTIFICATIONS END //////////////////////////// Please tell me, that I missed something obvious. I tried to comment out line by line, but for no succes. -
CfgNotifications error. Can't find the problem.
DMFalke replied to DMFalke's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Thank you. As I though, I tried put squared peg in triangle hole. -
CfgNotifications error. Can't find the problem.
DMFalke replied to DMFalke's topic in ARMA 3 - MISSION EDITING & SCRIPTING
init.sqf notifications.sqf: -
CfgNotifications error. Can't find the problem.
DMFalke replied to DMFalke's topic in ARMA 3 - MISSION EDITING & SCRIPTING
tried "color[] = {1,1,1,1};" without space. Same.