Vortrog_ 0 Posted March 19, 2007 I noticed while playing on the XGN Dedicated server (realistic) the following bizarre behaviour, witnessed by all players on the map. A single UH-60 on being shot down resulted in this parafest. It is almost like every clients recording of the incident has been mirrored accross the network in a sort of echo, so of the 16 players in the game, we got 16 x 2 pilots ejecting = 32 parachutes, even though there are a damn site more than that! If replicated, I will post again. Share this post Link to post Share on other sites
hoz 0 Posted March 19, 2007 This looks like a scripting error where the eject is run on each client instead of just the server. I don't think its a bug with the game, someone at OFPEC also had this problem but once the scripting was corrected to only run on the server the problem went away. Was it an official mission? Share this post Link to post Share on other sites
Vortrog_ 0 Posted March 19, 2007 Thanks for the reply Hoz. It was not an official mission. It was beach assault http://arma.fansn.com/mission.php?item=13 SO I ensure I dont waste your time, I dePBO'd the mission and you are correct. The paradrop trigger condition is Quote[/b] ]helo in thislist and activation is: Quote[/b] ][specialForces, helo] exec ""Paradrop.sqs"" The Paradrop.sqs is: Quote[/b] ]_Group = _this select 0_Vehicle = _this select 1 _listunits = units _Group _A = 0 _B = count _listunits #KEEPSENDING _listunits select _A action ["EJECT", _vehicle] Unassignvehicle (_listunits select _A) _A=_A+1 ~1 ?_B >_A:goto "KEEPSENDING" ~1 MoveNext = TRUE Its the mission, not the program. Sorry to have bothered you, I will do my research first next time. (Note: the fix should have been to have a gamelogic unit called server, and the condition for the trigger should have been Quote[/b] ]helo in thislist and local server Share this post Link to post Share on other sites
rekrul 7 Posted March 19, 2007 There are other missions where choppers eject alot of empty 'chutes. Is it the same script-error? Share this post Link to post Share on other sites
hoz 0 Posted March 19, 2007 Moving to Mission editing. Share this post Link to post Share on other sites