Advertisement
Traggered

T175392Sheep

Mar 3rd, 2024
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 0.28 KB | Source Code | 0 0
  1.                     case (_agent isKindOf "Sheep_random_F"):
  2.                     {
  3.                         playSound3D
  4.                         [
  5.                             "a3\animals_f_beta\sheep\data\sound\sheep" + selectRandom ["1","2","3","4","5"] + ".wss",
  6.                             _agent,
  7.                             false,
  8.                             getPosASL _agent,
  9.                             1,
  10.                             1,
  11.                             45
  12.                         ];
  13.                     };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement