Thread: Armoury Manager
View Single Post
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 09-02-2017 , 09:17   Re: Armoury Manager
Reply With Quote #47

Quote:
Originally Posted by Thinker View Post
Is there any way to set up a shield?
No, the shield is not considered an armoury entity. Below are the supported weapons. I suppose it could be done, but it would be basically a lot of manual work to make a weapon entity function like an armoury entity (spawn a new weapon at the location until the count is exhausted). More work than it is worth IMO.

PHP Code:
new const g_ArmouryTypes[][ ArmouryData ] = 
{
    { 
CSW_MP5NAVY "mp5" },
    { 
CSW_TMP "tmp" },
    { 
CSW_P90 "p90" },
    { 
CSW_MAC10 "mac10" },
    { 
CSW_AK47 "ak47" },
    { 
CSW_SG552 "sg552" },
    { 
CSW_M4A1 "m4a1" },
    { 
CSW_AUG "aug" },
    { 
CSW_SCOUT "scout" },
    { 
CSW_G3SG1 "g3sg1" },
    { 
CSW_AWP "awp" },
    { 
CSW_M3 "m3" },
    { 
CSW_XM1014 "xm1014" },
    { 
CSW_M249 "m249" },
    { 
CSW_FLASHBANG "flashbang" },
    { 
CSW_HEGRENADE "he grenade" },
    { 
CSW_VEST "vest" },
    { 
CSW_VESTHELM "vest & helmet" },
    { 
CSW_SMOKEGRENADE "smoke grenade" }
}; 
__________________

Last edited by Bugsy; 09-02-2017 at 09:18.
Bugsy is offline