ExtraCommands: Note the CSGO grenades ect.

Didnt finish adding them, since no motivation due to fakes :D
This commit is contained in:
zaCade 2019-09-01 21:44:50 +02:00
parent 4e64cb5146
commit 832d9e4452

View File

@ -342,7 +342,7 @@ public Action Command_Weapon(int client, int argc)
else
strcopy(sWeapon, sizeof(sWeapon), sArgs2);
if(StrContains(sWeapon, "grenade", false) != -1 || StrContains(sWeapon, "flashbang", false) != -1 || strncmp(sArgs2, "item_", 5) == 0)
if(StrContains(sWeapon, "grenade", false) != -1 || StrContains(sWeapon, "flashbang", false) != -1 || strncmp(sArgs2, "item_", 5) == 0) //decoy healthshot molotov diversion
ammo = -1;
if(client >= 1)