Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2015
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. _founders = ['Resin','Gunner'];
  2. if (_founders == _this select 0;) then
  3. {
  4. hint "True"
  5. }
  6. else
  7. {
  8. hint "False"
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement