HungerJohnson

Untitled

Aug 21st, 2012
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. function beep(player, command)
  2.     if ( openAura.schema:PlayerIsCombine(player) ) then
  3.         player:EmitSound("npc/combine_soldier/vo/off1.wav") end)
  4.     end;
  5. end;
  6. timer.Simple( 5, beep, ply )
Advertisement
Add Comment
Please, Sign In to add comment