Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.37 KB | None | 0 0
  1. TEAM_NINJA = DarkRP.createJob("Ninja", {
  2.     color = Color(1, 37, 30, 255),
  3.     model = {
  4.         "models/player/barney.mdl",
  5.         "models/player/odessa.mdl"
  6.         },
  7.     description = [[You are a ninja, do some free running and sneak into bases!]]
  8.     weapons = {"climb_swep2","m9k_knife"},
  9.     command = "ninja",
  10.     max = 2,
  11.     salary = 35
  12.     admin = 0,
  13.     vote = false,
  14.     hasLicense = false,
  15.     })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement