AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Code Snippets/Tutorials (https://forums.alliedmods.net/forumdisplay.php?f=83)
-   -   CS Weapon Information[UPDATED] (https://forums.alliedmods.net/showthread.php?t=59003)

X-Script 08-06-2007 12:46

CS Weapon Information[UPDATED]
 
(UPDATED)
Full and Complete list of Counter-Strike weapons and they're abilities and other useful information.
You might find it interesting that you can run faster with one weapon than another so read this it's very useful and has loads of information for you to understand.

The full names of the columns are:
WeaponIndex, WeaponName, PlayerMaxSpeed, ClipMaxAmmo, BackPackMaxAmmo, AmmoIndex, AmmoName, WeaponCost, AmmoCost, WeaponPrimaryBuyName, WeaponSecondaryBuyName.

Definitions of the columns:
ID - The number of the weapon
NAME - The name of the weapon
SPEED - How fast you go with the weapon
CLIP - Amount of ammunition rounds the weapon can hold
AMMO - Full amount of ammunition the weapon can hold
AID - Ammunition Index of the weapon
ANAME - Name of the ammunition for the weapon
COST - Cost of the weapon in the buyzone
ACOST - Cost of the weapons ammunition
BUYNAME - Weapon primary buy alias (VEN)
BUYNAME2 - Weapon secondary buy alias (VEN)


Weapon Names and ID's Numbers:
PHP Code:

CSW_P228        1
CSW_SCOUT        3
CSW_HEGRENADE        4
CSW_XM1014        5
CSW_C4            6
CSW_MAC10        7
CSW_AUG            8
CSW_SMOKEGRENADE    9
CSW_ELITE        10
CSW_FIVESEVEN        11
CSW_UMP45        12
CSW_SG550        13
CSW_GALIL        14
CSW_FAMAS        15
CSW_USP            16
CSW_GLOCK18        17
CSW_AWP            18
CSW_MP5NAVY        19
CSW_M249        20
CSW_M3            21
CSW_M4A1        22
CSW_TMP            23
CSW_G3SG1        24
CSW_FLASHBANG        25
CSW_DEAGLE        26
CSW_SG552        27
CSW_AK47        28
CSW_KNIFE        29
CSW_P90            30
CSW_VEST        31
CSW_VESTHELM 32 

CS Weapon Information:
PHP Code:

ID   NAME                  SPEED   CLIP   AMMO   AID   ANAME             COST   ACOST   BUYNAME   BUYNAME2   
 1   weapon_p228             250     13     52     9   ammo_357sig        600      50   p228      228compact 
     weapon_shield             0      0      0     0                     2200       0   shield               
 3   weapon_scout            260     10     90     2   ammo_762nato      2750      80   scout                
 4   weapon_hegrenade        250             1    12                      300       0   hegren               
 5   weapon_xm1014           240      7     32     5   ammo_buckshot     3000      65   xm1014    autoshotgun
 6   weapon_c4               250      0      1    14                        0       0                        
 7   weapon_mac10            250     30    100     6   ammo_45acp        1400      25   mac10                
 8   weapon_aug              240     30     90     4   ammo_556nato      3500      60   aug       bullpup    
 9   weapon_smokegrenade     250             1    13                      300       0   sgren                
10   weapon_elite            250     30    120    10   ammo_9mm           800      20   elites               
11   weapon_fiveseven        250     20    100     7   ammo_57mm          750      50   fn57      fiveseven  
12   weapon_ump45            250     25    100     6   ammo_45acp        1700      25   ump45                
13   weapon_sg550            210     30     90     4   ammo_556nato      4200      60   sg550     krieg550   
14   weapon_galil            240     35     90     4   ammo_556nato      2000      60   galil     defender   
15   weapon_famas            240     25     90     4   ammo_556nato      2250      60   famas     clarion    
16   weapon_usp              250     12    100     6   ammo_45acp         500      25   usp       km45       
17   weapon_glock18          250     20    120    10   ammo_9mm           400      20   glock     9x19mm     
18   weapon_awp              210     10     30     1   ammo_338magnum    4750     125   awp       magnum     
19   weapon_mp5navy          250     30    120    10   ammo_9mm          1500      20   mp5       smg        
20   weapon_m249             220    100    200     3   ammo_556natobox   5750      60   m249                 
21   weapon_m3               230      8     32     5   ammo_buckshot     1700      65   m3        12gauge    
22   weapon_m4a1             230     30     90     4   ammo_556nato      3100      60   m4a1                 
23   weapon_tmp              250     30    120    10   ammo_9mm          1250      20   tmp       mp         
24   weapon_g3sg1            210     20     90     2   ammo_762nato      5000      80   g3sg1     d3au1      
25   weapon_flashbang        250             2    11                      200       0   flash                
26   weapon_deagle           250      7     35     8   ammo_50ae          650      40   deagle    nighthawk  
27   weapon_sg552            235     30     90     4   ammo_556nato      3500      60   sg552     krieg552   
28   weapon_ak47             221     30     90     2   ammo_762nato      2500      80   ak47      cv47       
29   weapon_knife            250      0      0     0                        0       0                        
30   weapon_p90              245     50    100     7   ammo_57mm         2350      50   p90       c90 



URL:
http://wiki.amxmodx.org/CS_Weapons_Information

I copied the two tables but I typed the defitions and everything else for you to help you understand.

stupok 08-06-2007 13:38

Re: CS Weapon Information
 
I'm not sure what AID (ammo id) is, can you explain exactly what it is and how to use it?

Arkshine 08-06-2007 13:57

Re: CS Weapon Information
 
All is already on the wiki : http://wiki.alliedmods.net/CS_Weapons_Information

@stupok69 :

AID means PrimaryAmmoID, I believe.

X-Script 08-06-2007 14:06

Re: CS Weapon Information
 
Quote:

Originally Posted by arkshine (Post 513301)

Yeah I know but I posted it here for people that didn't know how to access the Wiki and plus this way is faster.

Mini_Midget 08-07-2007 05:15

Re: CS Weapon Information
 
Funny, this is my first time seeing this and what I find odd is that you can run faster with a scout than with a knife.

VEN 08-07-2007 05:31

Re: CS Weapon Information
 
Instead of copy/paste the table you could at least copy more info so people can understand it in details. Also you should provide original URL.

X-Script 08-07-2007 11:15

Re: CS Weapon Information
 
Quote:

Originally Posted by Mini_Midget (Post 513682)
Funny, this is my first time seeing this and what I find odd is that you can run faster with a scout than with a knife.

Exactly why I posted this because alot of people haven't checked this out yet.

Quote:

Originally Posted by VEN (Post 162172)
Instead of copy/paste the table you could at least copy more info so people can understand it in details. Also you should provide original URL.

Done and added definitions.

VEN 08-07-2007 11:43

Re: CS Weapon Information[UPDATED]
 
Quote:

BUYNAME - The name you see when you buy the weapon
BUYNAME2 - The real name of the weapon
Not really. The first one is the weapon primary buy alias and the second one is the weapon secondary buy alias. Firstly this article was posted at the AMWiki as a complement of numerous CS event's/message's descriptions but it is informative enough to be here too.

X-Script 08-07-2007 11:49

Re: CS Weapon Information[UPDATED]
 
Okay I fixed it thank you, and yeah I needed to give a little bit more definition for it to stay in here too.

stupok 08-08-2007 02:11

Re: CS Weapon Information[UPDATED]
 
I still don't understand this: "Ammunition Index of the weapon"

How or when do you use this value? I'd appreciate an example.


All times are GMT -4. The time now is 13:25.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.