Is it possible to add SWEPS or Weapons to the NPC Weapon list? I was just wondering because I wanted to experiment with things.
Definitely. Go to the lua folder and then create a folder called "autorun" if its not there yet.
Then make a .txt file called "npc_weapons" or something. Then just edit the next example to your liking and copy it as many times as needed:
[code]list.Set( "NPCWeapons", "lua file's name", "weapons name in the list" )[/code]
[QUOTE=Hakita;19127217]Definitely. Go to the lua folder and then create a folder called "autorun" if its not there yet.
Then make a .txt file called "npc_weapons" or something. Then just edit the next example to your liking and copy it as many times as needed:
[code]list.Set( "NPCWeapons", "lua file's name", "weapons name in the list" )[/code][/QUOTE]
Yikes.. I understand how to do it, but where is it taking the weapons from? just so I know where the weapons should be. Addons or idk?
[QUOTE=ReapDaWrapper;19130166]Yikes.. I understand how to do it, but where is it taking the weapons from? just so I know where the weapons should be. Addons or idk?[/QUOTE]
It takes them from the Lua folder. Every addon has it's on Lua folder.
oh, ok.
Sorry, you need to Log In to post a reply to this thread.