Advertisement
corbuhh

RPT Error

Apr 27th, 2014
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. Here is the actual error:
  2.  
  3. 8:12:26 Error Missing ;
  4. 8:12:26 File z\addons\dayz_server\addons\Fmission\Missions\M1\Foamy\FMission_M1_Hostage_Rescue.sqf, line 117
  5. 8:12:26 Error in expression <Rnd_127x99_m107","10Rnd_127x99_m107"]
  6. ]
  7. ];
  8.  
  9. _loot = _loot_lists call BIS_fnc_sel>
  10. 8:12:26 Error position: <];
  11.  
  12. _loot = _loot_lists call BIS_fnc_sel>
  13. 8:12:26 Error Missing ;
  14.  
  15. And here is the whole array from where the error is:
  16.  
  17. [
  18. ["M107"],
  19. ["Skin_Camo1_DZ","Skin_CZ_Soldier_Sniper_EP1_DZ","Skin_CZ_Special_Forces_GL_DES_EP1_DZ","Skin_Drake_Light_DZ","Skin_FR_OHara_DZ","Skin_FR_Rodriguez_DZ","Skin_Graves_Light_DZ","Skin_Sniper1_DZ","Skin_Soldier1_DZ","Skin_Soldier_Bodyguard_AA12_PMC_DZ","10Rnd_127x99_m107","10Rnd_127x99_m107","10Rnd_127x99_m107","10Rnd_127x99_m107","10Rnd_127x99_m107","10Rnd_127x99_m107","10Rnd_127x99_m107","10Rnd_127x99_m107","10Rnd_127x99_m107"],
  20. ["DZ_Backpack_EP1"]
  21. ]
  22. ];
  23.  
  24. _loot = _loot_lists call BIS_fnc_selectRandom;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement