├── README.md ├── license.txt ├── plugins └── MyWeaponAllocator.smx ├── scripting ├── MyWeaponAllocator.sp └── include │ ├── autoexecconfig.inc │ └── retakes.inc ├── thread.txt └── translations ├── MyWeaponAllocator.phrases.txt ├── chi └── MyWeaponAllocator.phrases.txt ├── fr └── MyWeaponAllocator.phrases.txt ├── pt └── MyWeaponAllocator.phrases.txt └── ru └── MyWeaponAllocator.phrases.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shanapu/MyWeaponAllocator/HEAD/README.md -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shanapu/MyWeaponAllocator/HEAD/license.txt -------------------------------------------------------------------------------- /plugins/MyWeaponAllocator.smx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shanapu/MyWeaponAllocator/HEAD/plugins/MyWeaponAllocator.smx -------------------------------------------------------------------------------- /scripting/MyWeaponAllocator.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shanapu/MyWeaponAllocator/HEAD/scripting/MyWeaponAllocator.sp -------------------------------------------------------------------------------- /scripting/include/autoexecconfig.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shanapu/MyWeaponAllocator/HEAD/scripting/include/autoexecconfig.inc -------------------------------------------------------------------------------- /scripting/include/retakes.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shanapu/MyWeaponAllocator/HEAD/scripting/include/retakes.inc -------------------------------------------------------------------------------- /thread.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shanapu/MyWeaponAllocator/HEAD/thread.txt -------------------------------------------------------------------------------- /translations/MyWeaponAllocator.phrases.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shanapu/MyWeaponAllocator/HEAD/translations/MyWeaponAllocator.phrases.txt -------------------------------------------------------------------------------- /translations/chi/MyWeaponAllocator.phrases.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shanapu/MyWeaponAllocator/HEAD/translations/chi/MyWeaponAllocator.phrases.txt -------------------------------------------------------------------------------- /translations/fr/MyWeaponAllocator.phrases.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shanapu/MyWeaponAllocator/HEAD/translations/fr/MyWeaponAllocator.phrases.txt -------------------------------------------------------------------------------- /translations/pt/MyWeaponAllocator.phrases.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shanapu/MyWeaponAllocator/HEAD/translations/pt/MyWeaponAllocator.phrases.txt -------------------------------------------------------------------------------- /translations/ru/MyWeaponAllocator.phrases.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shanapu/MyWeaponAllocator/HEAD/translations/ru/MyWeaponAllocator.phrases.txt --------------------------------------------------------------------------------