Added missing CSWeaponID tag on CS_AliasToWeaponID (r=psychonic).
This commit is contained in:
parent
f53255570d
commit
02f8991fb3
@ -272,7 +272,7 @@ native CS_SetClientClanTag(client, const String:tag[]);
|
||||
*
|
||||
* @note For best results use CS_GetTranslatedWeaponAlias on the weapon name before passing it.
|
||||
*/
|
||||
native CS_AliasToWeaponID(const String:alias[]);
|
||||
native CSWeaponID:CS_AliasToWeaponID(const String:alias[]);
|
||||
|
||||
/**
|
||||
* Do not edit below this line!
|
||||
|
Loading…
Reference in New Issue
Block a user