Advertisement
Guest User

Untitled

a guest
Dec 8th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 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. life_barrier_active = false;
  8. life_barrier_activeObj = ObjNull;
  9. life_placeables = [
  10. [ "Cone", "RoadCone_F"],
  11. [ "Cone lumiere blanche", "RoadCone_L_F"],
  12. [ "Panneau de signalisation", "SignAd_Sponsor_F"],
  13. [ "Barriere", "Land_BarGate_F"],
  14. [ "Barriere routier", "Land_Crash_barrier_F"],
  15. [ "Barriere en plastique orange", "PlasticBarrier_03_orange_F"],
  16. [ "Barriere en plastique jaune", "PlasticBarrier_02_yellow_F"],
  17. [ "Lampe simple", "Land_PortableLight_single_F"],
  18. [ "Lampe double", "Land_PortableLight_double_F"],
  19. [ "Drapeau De l'ONU", "Flag_UNO_F"]
  20. ];
  21. life_bar_limit = 2500;
  22. life_bar_placey = [];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement