Advertisement
MiniPickels

Famas shipment example

Mar 10th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. DarkRP.createShipment("Famas", {
  2. model = "models/weapons/w_tct_famas.mdl",
  3. entity = "m9k_famas",
  4. price = 12000,
  5. amount = 10,
  6. separate = true,
  7. pricesep = 8000,
  8. noship = false,
  9. allowed = {TEAM_GUN},
  10. -- CustomCheck
  11. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement