weird rpt error

carl

New Member
hi guys, anyone ever come across this error before?

http://pastebin.com/sgY2qfxN


Im making a new pack for my server, basically same as my current server pack just all with different file paths built on souls default mission and server pbo's.

and run into this weird error.



Iv only managed to find out one thing for it but wanted to see if anyone knew what could be causing it before i went with that fix in here

https://dev.withsix.com/issues/74491



Also in that thread it says to use this to call the new file



waitUntil{not(isNil "BIS_Effects_Init")};
sleep 5;
BIS_Effects_AirDestructionStage2=compile preprocessFileLineNumbers "PATH_TO_YOUR_FILE";



but would that go in the init or in the compiles?



thanks
 
Back
Top