Advertisement
friquentin

Untitled

Nov 9th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. #include "..\..\script_macros.hpp"
  2. /*
  3. File: fn_garageLBChange.sqf
  4. Author: Bryan "Tonic" Boardwine
  5.  
  6. Description:
  7. Can't be bothered to answer it.. Already deleted it by accident..
  8. */
  9.  
  10. JE VOUS PASSE LES DETAIL
  11.  
  12. +++++++++++++++++++++++++++++++++++++++++++++++
  13.  
  14. (_vehicleInfo select 12),
  15. _vehicleColor,
  16. if ((_dataArr select 2) < (getNumber(missionConfigFile >> "Max_Settings_ControlTech" >> "nb_sorties_perte_controltech"))) then {"<t color='#8cff9b'>Valide</t>"} else {"<t color='#FF0000'>Invalide</t>"}
  17. _immatriculation,
  18. [_insurancePrice] call life_fnc_numberText,
  19. if (_insurance == 1) then {"<t color='#8cff9b'>Assuré</t>"} else {"<t color='#FF0000'>Pas d'assurance</t>"}
  20. ];
  21.  
  22. if(_insurance == 1) then {
  23. ctrlShow [97480,False];
  24. }else{
  25. ctrlShow [97480,True];
  26. };
  27.  
  28. ctrlShow [2803,true];
  29. ctrlShow [2830,true];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement