Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. CreditShop_Items["whitelist"] = {
  2. Name = "Skeleton PM",
  3. Description = "Sets your player model until your next death/job change!",
  4. InDepthDescription = "Sets your player model until your next death/job change!",
  5. Model = "models/player/skeleton.mdl",
  6. Price = 2,
  7. PM = true,
  8. Icon = false,
  9. OnPurFunction =
  10. function(ply,item)
  11. game.ConsoleCommand( "gas_jobwhitelist add" .. ply:SteamID() .. "whitelist" .. TEAM_UTHIEF )
  12. end,
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement