sethduda / AdvancedTowing

Advanced Towing (Arma 3)
http://steamcommunity.com/sharedfiles/filedetails/?id=639837898
33 stars 27 forks source link

config.cpp Error in Server .rpt #27

Open fatguy1121 opened 8 years ago

fatguy1121 commented 8 years ago

18:45:56 File sa_advancedtowing\config.cpp, line 34: '/CfgFunctions/SA/AdvancedTowing/advancedTowingInit.postInit': Missing ';' prior '}'

I've reviewed the file in question, and it appears that all the curlies are closed properly, so I have no idea what the error is talking about.

config.txt

sethduda commented 8 years ago

I think it wants a semicolon in there. Next time I make an update to this mod I'll fix this.

class advancedTowingInit{postInit=1;};

KiwiBear commented 8 years ago

Your right about the semicolon in the script as i done this and it fixed the error in the .rpt

class advancedTowingInit{postInit=1;};

bobbart commented 7 years ago

This did not fix it for me.