Tidas

Untitled

Jun 29th, 2013
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. net.Receive("PS_Win",function()
  2. PS.Win = {CurTime(),net.ReadDouble()}
  3.  
  4. if PS.Win[2] == PS.TEAM_EUROCONV then
  5. surface.PlaySound("deviantgamers/eurocov_vict.mp3")
  6. else
  7. surface.PlaySound("deviantgamers/westcon_vict.mp3")
  8. end
  9.  
  10. timer.Simple(10, function() surface.PlaySound("ambient/levels/streetwar/heli_distant1.wav") end)
  11. end)
Advertisement
Add Comment
Please, Sign In to add comment