├── .gitattributes ├── LICENSE.md ├── README.md ├── pawn.json ├── sv-weap.inc └── test.pwn /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brunoo16/samp-server-weapons/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brunoo16/samp-server-weapons/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brunoo16/samp-server-weapons/HEAD/README.md -------------------------------------------------------------------------------- /pawn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brunoo16/samp-server-weapons/HEAD/pawn.json -------------------------------------------------------------------------------- /sv-weap.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brunoo16/samp-server-weapons/HEAD/sv-weap.inc -------------------------------------------------------------------------------- /test.pwn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brunoo16/samp-server-weapons/HEAD/test.pwn --------------------------------------------------------------------------------