Brainzaw Posted October 5, 2015 Report Share Posted October 5, 2015 (edited) Hello everyone.I have recently been getting this error in the server .RPT: 11:07:14 "WAI: AI Config File Loaded" 11:07:14 "WAI: Initialising missions" 11:07:14 Error in expression <tnumber = count _position; if(_aitype == "Hero") then { _unitGroup = createGro> 11:07:14 Error position: <== "Hero") then { _unitGroup = createGro> 11:07:14 Error Generic error in expression 11:07:14 File z\addons\dayz_server\WAI\compile\spawn_static.sqf, line 32And i can't find a solution to fix this, i have tried to reinstall the script but that didn't help.the spawn_static.sqf looks like this, where to error is occuring: _aipack = ""; _unitnumber = count _position; if(_aitype == "Hero") then { _unitGroup = createGroup RESISTANCE; } else { _unitGroup = createGroup EAST; };Im running Overpoch Napf.Hope someone can help :D Edited October 5, 2015 by Brainzaw Link to comment Share on other sites More sharing options...
0 kelso000 Posted October 5, 2015 Report Share Posted October 5, 2015 Have you edited any missions? Besides this error, what in-game is not working? Generic error occurs when you use an operator on two different types of data Link to comment Share on other sites More sharing options...
0 Brainzaw Posted October 5, 2015 Author Report Share Posted October 5, 2015 Everything ingame seems to be working, except maybe some static M2's for an AI island.And i have added extra missions: http://epochmod.com/forum/index.php?/topic/36089-release-new-missions-for-wai-220/ Link to comment Share on other sites More sharing options...
Question
Brainzaw
Hello everyone.
I have recently been getting this error in the server .RPT:
And i can't find a solution to fix this, i have tried to reinstall the script but that didn't help.
the spawn_static.sqf looks like this, where to error is occuring:
Edited by BrainzawIm running Overpoch Napf.
Hope someone can help :D
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now