NEW/CUSTOM WEAPONS
This resource allow you to add weapons, you can add new type of weapons, for while its just for rifles that replace M4
V1.0
8 Weapons ( Rifle )
Different sounds.
HOW TO USE
F2 open panel, you just need to select the weapon.
How to add weapons.
Open both scripts client and server
Add the name of weapon that you want in table
{"AUG",4394} > Name, and Object ID that you will replace it
Take the skin of weapon put in models folder and in meta.xml
The name of dff and txd must be the same of weapon in table ( without space ) in table you can put space.
Make the same with the .wav sound.
FUNCTION TO EXPORT
giveNewWeapon(player,WEAPONAME)
--Example.
function givewep(player)
giveNewWeapon(player,"M4A1")
end
DOWNLOAD: https://community.multitheftauto.com/index.php?p=resources&s=details&id=18149