Advertisement
Guest User

Error

a guest
Jul 29th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. Error in expression <];
  2. if ((lbCurSel 2402 ) isEqualTo - 1 ) exit with {};
  3. _type = lbData [ 2402 , (l>
  4. Error position: <exit with {};
  5. _type = lbData [ 2402 , (l>
  6. Error Missing ;
  7. File mpmissions\__cur_mp.Altis\core\shops\fn_virt_sell.sqf, line 9
  8. Error in expression <];
  9. if ((lbCurSel 2402 ) isEqualTo - 1 ) exit with {};
  10. _type = lbData [ 2402 , (l>
  11. Error position: <exit with {};
  12. _type = lbData [ 2402 , (l>
  13. Error Missing ;
  14. File mpmissions\__cur_mp.Altis\core\shops\fn_virt_sell.sqf, line 9
  15.  
  16. original code
  17.  
  18. 8. private ["_type","_index","_price","_amount","_name"];
  19. 9. if ((lbCurSel 2402 ) isEqualTo - 1 ) exit with {};
  20. 10. _type = lbData [ 2402 , (lbCurSel 2402 )];
  21. 11.
  22. 12. _price = - 2 ;
  23. 13. _itemNameToSearchFor = _type;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement