Skip to content

Next21Team/AutoPistol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AutoPistol

English | Русский

AMX Mod X plugin for Counter-Strike.

This plugin adds automatic pistol shooting to your server.

Configuration

The configuration is done in the source file:

new const WeaponNames[][]=
{ "weapon_usp", "weapon_glock18", "weapon_p228", "weapon_deagle", "weapon_fiveseven", "weapon_elite" }
// If you want to disable this feature for a specific pistol, remove it from the list

Authors