ExtraCommands: Note the CSGO grenades ect.
Didnt finish adding them, since no motivation due to fakes :D
This commit is contained in:
		
							parent
							
								
									4e64cb5146
								
							
						
					
					
						commit
						832d9e4452
					
				@ -342,7 +342,7 @@ public Action Command_Weapon(int client, int argc)
 | 
				
			|||||||
	else
 | 
						else
 | 
				
			||||||
		strcopy(sWeapon, sizeof(sWeapon), sArgs2);
 | 
							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;
 | 
							ammo = -1;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if(client >= 1)
 | 
						if(client >= 1)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user