Advertisement
Guest User

Untitled

a guest
Oct 30th, 2014
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. weapons = { // This method of defining tables is easier to read. It's good practice to use it
  2. "weapon_arc_atmcard",
  3. "arrest_stick",
  4. "unarrest_stick",
  5. "weaponchecker",
  6. "stunstick",
  7. "weaponchecker",
  8. "fas2_glock20",
  9. "fas2_mp5a5",
  10. "door_ram" // Note this line does not have a comma. While it is not a requirement, the last line of a table should never have a comma. If you pay close enough attention to DarkRP jobs, they follow this same trait. Secretly they are table.
  11. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement