Fix CS_WeaponIDToAlias param missing CSWeaponID tag (bug 5460)

This commit is contained in:
Ruben Gonzalez 2013-02-11 11:17:31 -05:00
parent 030e1b9130
commit fd3b9095ba

View File

@ -356,7 +356,7 @@ native CSWeaponID:CS_AliasToWeaponID(const String:alias[]);
* @param len Length of the destination array.
* @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!