Guest User

Untitled

a guest
Oct 17th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. Name = "VIP Rank", // name in the menu
  2. Price = 500, // price in credits
  3. DisabledFor = { "admin", "superadmin" }, // what ulx ranks can't SEE / BUY the package
  4. Purchase = function( ply ) // what happens when they buy it
  5. RunConsoleCommand("ulx", "adduserid", ply:SteamID(), "vip" )
  6. end,
  7. //description to provide
  8. Description = [[
  9. Vip unlocks loads of cool jobs like swat, fbi, pro thief, pro criminal, kidnapper,and many more also get access to vip entities and vip printers!
  10. ]],
  11. })
Advertisement
Add Comment
Please, Sign In to add comment