Fix CS_WeaponIDToAlias param missing CSWeaponID tag (bug 5460)
This commit is contained in:
parent
bb195a9b2d
commit
3e1a78703e
@ -356,7 +356,7 @@ native CSWeaponID:CS_AliasToWeaponID(const String:alias[]);
|
|||||||
* @param len Length of the destination array.
|
* @param len Length of the destination array.
|
||||||
* @return Returns number of cells written.
|
* @return Returns number of cells written.
|
||||||
*/
|
*/
|
||||||
native CS_WeaponIDToAlias(weaponID, String:destination[], len);
|
native CS_WeaponIDToAlias(CSWeaponID:weaponID, String:destination[], len);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Do not edit below this line!
|
* Do not edit below this line!
|
||||||
|
Loading…
Reference in New Issue
Block a user