Advertisement
Guest User

Untitled

a guest
May 20th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 0.96 KB | None | 0 0
  1. /*--------- Ausrüster - Pflicht ---------*/
  2.  
  3. kiste01 addAction [("<t color=""#00FF1E"">" + ("Platoon Lead") + "</t>"),"scripts\plead.sqf",[],98,false,true,"",""];
  4. kiste01 addAction [("<t color=""#00FF1E"">" + ("Section Lead") + "</t>"),"scripts\slead.sqf",[],98,false,true,"",""];
  5. kiste01 addAction [("<t color=""#00FF1E"">" + ("Maschingunner") + "</t>"),"scripts\mg.sqf",[],98,false,true,"",""];
  6. kiste01 addAction [("<t color=""#00FF1E"">" + ("Explosivspecialist") + "</t>"),"scripts\explo.sqf",[],98,false,true,"",""];
  7. kiste01 addAction [("<t color=""#00FF1E"">" + ("Marksman") + "</t>"),"scripts\dmr.sqf",[],98,false,true,"",""];
  8. kiste01 addAction [("<t color=""#00FF1E"">" + ("Rifleman") + "</t>"),"scripts\rifl.sqf",[],98,false,true,"",""];
  9. kiste01 addAction [("<t color=""#00FF1E"">" + ("Medic") + "</t>"),"scripts\medic1.sqf",[],98,false,true,"",""];
  10. kiste01 addAction [("<t color=""#00FF1E"">" + ("Medic") + "</t>"),"scripts\medic2.sqf",[],98,false,true,"",""];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement