NEED HELP PLZ

AsianKid

Well-Known Member
Getting this error in the rpt.
Can't login to the server

Narrowed it down to the mission pbo

Code:
15:03:34 "Started executing user settings file."
15:03:34 "Finished executing user settings file."
15:03:44 Warning: z\addons\dayz_communityassets\models\compass.p3d:0 Error while trying to generate ST for points: 863, 853, 852
15:03:46 Cannot create non-ai vehicle Land_A_FuelStation_Sign,
15:03:46 Cannot create non-ai vehicle Land_A_FuelStation_Sign,
15:03:48 Error in expression <01.nul = [this,5,time,false,false] spawn BI>
15:03:48 Error position: <nul = [this,5,time,false,false] spawn BI>
15:03:48 Error Missing ;
15:03:48 Error in expression <01.nul = [this,5,time,false,false] spawn BI>
15:03:48 Error position: <nul = [this,5,time,false,false] spawn BI>
15:03:48 Error Missing ;
 
i think you edit a file, so it comes to this error.
it should be a spawn of a BIS_fnc function, but where i don't know, sorry.
 
well the ; needs to go at the end of a line. It looks like you combined the previous line with that line because 01.nul is just incorrect.
to find the error location open up Notepad++ and copy this part of the error.
Code:
nul = [this,5,time,false,false] spawn BI
In notepadd++ press Control F to open the find, click the find in files tab. Paste the error into the search box. Now on the Search location browse to your mission folder. Search. if its not found then replace the mission folder with your dayz_server folder.
 
well the ; needs to go at the end of a line. It looks like you combined the previous line with that line because 01.nul is just incorrect.
to find the error location open up Notepad++ and copy this part of the error.
Code:
nul = [this,5,time,false,false] spawn BI
In notepadd++ press Control F to open the find, click the find in files tab. Paste the error into the search box. Now on the Search location browse to your mission folder. Search. if its not found then replace the mission folder with your dayz_server folder.
ok just going to take some time.
Thx I know what the error was but didn't know where its located.
 
Back
Top