rainhardtgabriel / co64_dominationv_N_N_N_L.Takistan

SUPREMACY
0 stars 1 forks source link

TF47 class used in two different ways #200

Open MisfitFred opened 8 years ago

MisfitFred commented 8 years ago

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.