Advertisement
anden3

Temporary Vehicle Invulnerablity

Apr 13th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 0.12 KB | None | 0 0
  1. [_this select 0] spawn {
  2.     ([_this select 0) allowDamage false;
  3.     sleep 10;
  4.     ([_this select 0) allowDamage true;
  5. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement