Advertisement
Guest User

Untitled

a guest
Dec 8th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 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. createDialog "life_cop_placeables";
  9. waitUntil { !isNull(findDisplay 20000) };
  10. _display = findDisplay 20000;
  11. _placeables = _display displayCtrl 20001;
  12. lbClear _placeables;
  13.  
  14. {
  15. _name = _x select 0;
  16. _className = _x select 1;
  17. _placeables lbAdd _name;
  18. _placeables lbSetData [(lbSize _placeables) - 1, _className];
  19. } foreach (life_placeables);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement