Renamed cs_get_weapon_type -> cs_get_weapon_id

This commit is contained in:
Johnny Bergström
2004-10-14 06:09:01 +00:00
parent daa873d8ed
commit c29a7d34e5
2 changed files with 3 additions and 3 deletions

View File

@ -203,7 +203,7 @@ native cs_set_weapon_ammo(index, newammo);
/* Get weapon type. Corresponds to CSW_* in amxconst.inc: 1 is CSW_P228, 2 is CSW_SCOUT and so on...
*/
native cs_get_weapon_type(index);
native cs_get_weapon_id(index);
/* Returns 1 if no knives mode is enabled, else 0.
*/