Advertisement
Guest User

why

a guest
Jul 10th, 2013
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.60 KB | None | 0 0
  1. function ply:GiveGamemodeWeapons()
  2.     if n == 0
  3.         then ply:Give( table.Random( weaponstable ))
  4.     else if n == 1 then
  5.         ply:Give("weapon_crowbar", "weapon_fists", "weapon_slam", "weapon_mad_flare", "weapon_mad_c4")
  6. end
  7.  
  8. format weaponstable = {}
  9. weaponstable = {}
  10. weaponstable[1] = "weapon_mad_357"
  11. weaponstable[2] = "weapon_mad_usp"
  12. weaponstable[3] = "weapon_mad_deagle"
  13. weaponstable[4] = "weapon_mad_57"
  14. weaponstable[5] = "weapon_mad_glock"
  15. weaponstable[6] = "weapon_mad_dual"
  16. weaponstable[7] = "weapon_mad_auto_glock"
  17. weaponstable[8] = "weapon_mad_usp_match"
  18. weaponstable[9] = "weapon_mad_p228"
  19. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement