Jump to content
Sign in to follow this  
IKG40Razor

Help with launching script for a group or number of slots

Recommended Posts

Hi. I will appreciate some help... Now I have a number of scripts in my mission which are executed for only 6 players. Each has condition like

if ((UH60 == player || C130 == player || CH47_1P == player || CH47_2P == player || A10_1 == player || A10_2 == player) && !isdedicated) then

{....};

The problem is that when some of this players reconnect during the mission scripts start to execute for him from the very beginning/ And I wanna them continue to execute if there is a player on the slot or just AI standing by in game while some1 is dropped and after this some1 reconnected. The group consists only from all these players, Group name is 1-2-B on Blue side, slot (role) names are A-10 Pilot, A-10 Pilot, CH-47 Pilot, CH-47 Pilot, C-130 Pilot, BH Pilot. Corresponding unit names are as above mentioned in code. So can any1 help?

Share this post


Link to post
Share on other sites

C'mon guys, no one knows how to do that? If I put my question in the wrong way or smth is not clear, I can do that with full script codes and video. But I'd really appreciate some help over here

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  

×