Guest User

Untitled

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