Jump to content
Sign in to follow this  
mycatsaid

Can someone help me with some script log errors

Recommended Posts

Hey, I need some help from any of you who understand this errors I'm getting from my domination OA only mission 2.60.

It loves to spam this error in the log.

  Error Zero divisor
File mpmissions\__CUR_MP.Takistan\x_client\x_marker.sqf, line 56
Error in expression <ble [_x, [_forEachIndex, d_player_roles select _forEachIndex]];
if (("A2" in d_v>
 Error position: <select _forEachIndex]];
if (("A2" in d_v>
 Error Zero divisor
File mpmissions\__CUR_MP.Takistan\x_client\x_marker.sqf, line 56
Error in expression <ble [_x, [_forEachIndex, d_player_roles select _forEachIndex]];
if (("A2" in d_v>
 Error position: <select _forEachIndex]];
if (("A2" in d_v>
 Error Zero divisor
File mpmissions\__CUR_MP.Takistan\x_client\x_marker.sqf, line 56
Error in expression <ble [_x, [_forEachIndex, d_player_roles select _forEachIndex]];
if (("A2" in d_v>
 Error position: <select _forEachIndex]];
if (("A2" in d_v>
 Error Zero divisor
File mpmissions\__CUR_MP.Takistan\x_client\x_marker.sqf, line 56
Error in expression <ble [_x, [_forEachIndex, d_player_roles select _forEachIndex]];
if (("A2" in d_v>
 Error position: <select _forEachIndex]];
if (("A2" in d_v>
 Error Zero divisor

Also I have an issue with the helirespawn on my server, it doesn't work and I get error from that file too.

__DEBUG_NET("x_helirespawn2.sqf",(call XPlayersNumb>
 Error position: <("x_helirespawn2.sqf",(call XPlayersNumb>
 Error Missing ;
File mpmissions\__CUR_MP.Takistan\x_server\x_helirespawn2.sqf, line 26
Error in expression <tion_stoped = false; 	}; };;
__DEBUG_NET("x_helirespawn2.sqf",(call XPlayersNumb>
 Error position: <("x_helirespawn2.sqf",(call XPlayersNumb>
 Error Missing ;
File mpmissions\__CUR_MP.Takistan\x_server\x_helirespawn2.sqf, line 26
Error in expression <tion_stoped = false; 	}; };;
__DEBUG_NET("x_helirespawn2.sqf",(call XPlayersNumb>
 Error position: <("x_helirespawn2.sqf",(call XPlayersNumb>
 Error Missing ;
File mpmissions\__CUR_MP.Takistan\x_server\x_helirespawn2.sqf, line 26
Error in expression <tion_stoped = false; 	}; };;
__DEBUG_NET("x_helirespawn2.sqf",(call XPlayersNumb>
 Error position: <("x_helirespawn2.sqf",(call XPlayersNumb>
 Error Missing ;
File mpmissions\__CUR_MP.Takistan\x_server\x_helirespawn2.sqf, line 26

And last but not least

Error in expression <n {_this select 9} else {0};

_marker = createMarkerLocal [_m_name, _m_pos];
if >
 Error position: <createMarkerLocal [_m_name, _m_pos];
if >
 Error 0 elements provided, 3 expected
File mpmissions\__CUR_MP.Takistan\x_common\x_f\x_functions1.sqf, line 227
Error in expression <n {_this select 9} else {0};

So, if anyone could give me a hand with any of them errors would be fantastic.

I've uploaded all 3 files to my website so you can view the full file.

http://www.jaxk.co.uk/arma/x_functions1.sqf

http://www.jaxk.co.uk/arma/x_helirespawn2.sqf

http://www.jaxk.co.uk/arma/x_marker.sqf

Thanks!

Edited by mycatsaid

Share this post


Link to post
Share on other sites

The Heli respawn one is this I think. You're just missing a semi-colon:

It should be:

__DEBUG_NET("x_helirespawn2.sqf",(call XPlayersNumber));

You have:

__DEBUG_NET("x_helirespawn2.sqf",(call XPlayersNumber))

I could be wrong though!

I don't think I can help you with the others though. Sorry!

Edited by Hellfire257

Share this post


Link to post
Share on other sites
The Heli respawn one is this I think. You're just missing a semi-colon:

It should be:

__DEBUG_NET("x_helirespawn2.sqf",(call XPlayersNumber));

You have:

__DEBUG_NET("x_helirespawn2.sqf",(call XPlayersNumber))

I could be wrong though!

I don't think I can help you with the others though. Sorry!

Hey sorry it didn't work ;( But thanks for trying, it's still giving out the same error.

Also got one more.

Error in expression <eH",false] call d_fnc_NetSetJIP;
_fac = createVehicle [_wairfac, _pos, [], 0, "N>
 Error position: <createVehicle [_wairfac, _pos, [], 0, "N>
 Error 0 elements provided, 3 expected
File mpmissions\__CUR_MP.Takistan\i_server.sqf, line 619

http://www.jaxk.co.uk/arma/i_server.sqf

Thanks again!

Share this post


Link to post
Share on other sites

Anyone? At least the major 2 are the x_marker and x_helirespawn2 ones cos their causing issue with my server. Thanks!

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×