friquentin

Untitled

Dec 7th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. /*
  2. Author: Maximum, Adapté par Sharywan
  3. Description: Placeables for the cop\medic sides.
  4. Disclaimer: Don't be a asshole and pass this off as your own or become a KAI and sell it for profit, Im releasing this for FREE... Credits: Killerty69 for a second pare of eyes when mine got to sleepy
  5. P.S. - Don't be a faggot like i know some of you all will be.
  6. */
  7. disableSerialization;
  8.  
  9. createDialog "life_cop_placeables";
  10. waitUntil { !isNull(findDisplay 20000) };
  11. _display = findDisplay 20000;
  12. _placeables = _display displayCtrl 20001;
  13. lbClear _placeables;
  14.  
  15. {
  16. _name = _x select 0;
  17. _className = _x select 1;
  18. _placeables lbAdd _name;
  19. _placeables lbSetData [(lbSize _placeables) - 1, _className];
  20. } foreach (life_placeables);
Advertisement
Add Comment
Please, Sign In to add comment