Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 0.48 KB | None | 0 0
  1. span class="re5"> class cfgSounds
  2. {
  3.     Sound[]={};
  4.    
  5.     class radio1
  6.     {
  7.     name = "";
  8.     sound[]={"sound\radio1.ogg",5,1,30};
  9.     titles[]={};
  10.     };
  11.  
  12.     class radio2
  13.     {
  14.     name = "";
  15.     sound[]={"sound\radio2.ogg",5,1,30};
  16.     titles[]={};
  17.     };
  18.  
  19.     class radio3
  20.     {
  21.     name = "";
  22.     sound[]={"sound\radio3.ogg",5,1,30};
  23.     titles[]={};
  24.     };
  25.  
  26.     class siren
  27.     {
  28.     name = "";
  29.     sound[]={"sound\siren_long.ogg",10,1,300};
  30.     titles[]={};
  31.     };
  32. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement