Advertisement
Guest User

Untitled

a guest
Jan 21st, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. params ["_vcl"];
  2.  
  3. while {alive _vcl} do {
  4.  
  5. if(_vcl getVariable ['shdepart',0] == 1 && !isNull driver _vcl) then {
  6. _vcl say3D ["depart",200,1];
  7. sleep 26;
  8. };
  9.  
  10. _vcl setVariable ['shdepart',0];
  11.  
  12. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement