• Print

Author Topic: One Tiny Problem!  (Read 4674 times)

0 Members and 1 Guest are viewing this topic.

Offline hamisholy

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
One Tiny Problem!
« on: July 15, 2015, 11:01:10 pm »
Role play Help Server Help!!@


1. How to restrict M9K Harpoon from being able to be pocketed
-It wont let me restrict it, Current Code:

Code: Lua
  1. GM.Config.PocketBlacklist = {
  2.         ["fadmin_jail"] = true,
  3.         ["meteor"] = true,
  4.         ["door"] = true,
  5.         ["func_"] = true,
  6.         ["player"] = true,
  7.         ["beam"] = true,
  8.         ["worldspawn"] = true,
  9.         ["env_"] = true,
  10.         ["path_"] = true,
  11.         ["prop_physics"] = true,
  12.         ["money_printer"] = true,
  13.         ["gunlab"] = true,
  14.         ["prop_dynamic"] = true,
  15.         ["empty_shipments"] = true,
  16.         ["spawned_shipment"] = true,
  17.         ["m9k_harpoon"] = true,
  18.         ["harpoon"] = true,
  19.        
  20. }


Thanks for all the help loves <3
« Last Edit: July 16, 2015, 12:03:23 am by hamisholy »

  • Print