Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.74 KB | None | 0 0
  1. if not EMVU then return end
  2.  
  3. -- Powercall 6 Adam
  4. EMVU.AddCustomSiren("anemolis_powercall_ss", {
  5.     Name = "Powercall 6-Adam",
  6.     Category = "Powercall",
  7.     Set = {
  8.         {
  9.             Name = "WAIL",
  10.             Sound = "emv/sirens/powercall 6 adam/pcwail",
  11.             Icon = "wail"
  12.         },
  13.         {
  14.             Name = "YELP",
  15.             Sound = "emv/sirens/powercall 6 adam/pcyelp",
  16.             Icon = "yelp"
  17.         },
  18.         {
  19.             Name = "POWERCALL",
  20.             Sound = "emv/sirens/powercall 6 adam/pcpowercall2",
  21.             Icon = "phaser"
  22.         },
  23.         {
  24.             Name = "6-ADAM",
  25.             Sound = "emv/sirens/powercall 6 adam/pc6adam",
  26.             Icon = "phaser"
  27.         },
  28.         {
  29.             Name = "HYPERYELP",
  30.             Sound = "emv/sirens/powercall 6 adam/pcphaser",
  31.             Icon = "phaser"
  32.         }
  33.     },
  34.     Horn = "emv/sirens/powercall 6 adam/0x037CC595",
  35.     Volume = 90
  36. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement