The tag "TF47" used for FOB script as well as tf47CoreScripts:
class tf47
{
tag = "tf47";
class intro
{
file = "functions";
class introShot;
class outroShot;
...
class Whitelist {
file = "tf47CoreScripts";
//class vehicleOnEnter;
class addGetInEvent;
class addGetOutEvent;
};
I think FOB and core scripts shall use seperate tag names.
tf47CoreScripts: Shall delclare their methods in "tf47CfgFunctions"
FOB scripts shall use a seperate hpp or can use description.ext directly
The tag "TF47" used for FOB script as well as tf47CoreScripts: class tf47 { tag = "tf47"; class intro { file = "functions"; class introShot; class outroShot; ...
class Whitelist { file = "tf47CoreScripts"; //class vehicleOnEnter; class addGetInEvent; class addGetOutEvent; };
I think FOB and core scripts shall use seperate tag names.