AdvancedTowing icon indicating copy to clipboard operation
AdvancedTowing copied to clipboard

config.cpp Error in Server .rpt

Open fatguy1121 opened this issue 9 years ago • 3 comments

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

fatguy1121 avatar Jun 14 '16 18:06 fatguy1121

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**;**};

sethduda avatar Jun 14 '16 20:06 sethduda

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

class advancedTowingInit{postInit=1;};

KiwiBear avatar Aug 20 '16 00:08 KiwiBear

This did not fix it for me.

bobbart avatar Dec 18 '16 01:12 bobbart