Advertisement
Guest User

Untitled

a guest
Dec 17th, 2014
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. //Vest
  2. case 3:
  3. {
  4. _ret set[count _ret,["A3L_policevest2","Gilet Recrue",0]];
  5. if(__GETC__(life_coplevel) > 1) then
  6. {
  7. _ret set[count _ret,["A3L_policevest1","Gilet Brigadier",0]];
  8. };
  9. if(__GETC__(life_coplevel) > 2) then
  10. {
  11. _ret set[count _ret,["A3L_policevest1","Gilet Brigadier-Chef",0]];
  12. };
  13. if(__GETC__(life_coplevel) > 3) then
  14. {
  15. _ret set[count _ret,["A3L_deptjvest1","Gilet Sergent",0]];
  16. };
  17. if(__GETC__(life_coplevel) > 4) then
  18. {
  19. _ret set[count _ret,["A3L_deptjvest1","Gilet Sergent-chef",0]];
  20. };
  21. if(__GETC__(life_coplevel) > 5) then
  22. {
  23. _ret set[count _ret,["A3L_deptjvest1","Gilet Adjudant",0]];
  24. };
  25. if(__GETC__(life_coplevel) > 6) then
  26. {
  27. _ret set[count _ret,["A3L_deptjvest1","Gilet Adjudant-chef",0]];
  28. };
  29. if(__GETC__(life_coplevel) > 7) then
  30. {
  31. _ret set[count _ret,["police_uni2","Gilet Major",0]];
  32. };
  33. if(__GETC__(life_coplevel) > 8) then
  34. {
  35. _ret set[count _ret,["police_uni2","Gilet Lieutenant",0]];
  36. };
  37. if(__GETC__(life_coplevel) > 9) then
  38. {
  39. _ret set[count _ret,["A3L_fbivest1","Gilet FBI",0]];
  40. _ret set[count _ret,["SWATvest2","Gilet Intervention",0]];
  41. };
  42. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement