Jump to content
Sign in to follow this  
lawman_actual

for _ from _ to _ not executing

Recommended Posts

indicator = 0;

for "_i" from 0 to 15 do {

indicator = 1;


if us_tickets < 12 
then {_a_setchoice = [4,8];} 
else {

	if us_tickets < 8 
	then {_a_setchoice = [4];}
	else {_a_setchoice = [4,8,12];};
[color="#FF0000"]};[/color]

_setchoice = _a_setchoice call BIS_fnc_selectRandom; 



if _a_setchoice == 4
then {_h_vehicle = 1;}
else {


	if _a_setchoice == 8
	then {
		_a_vehiclechoice = [2,3];
		_h_vehicle = _a_vehiclechoice call BIS_fnc_selectRandom;

	else {_h_vehicle = 4;};
[color="#FF0000"]};[/color]
};

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  

×