updated comment

This commit is contained in:
Borja Ferrer 2006-05-17 14:03:59 +00:00
parent d01d6b06fa
commit 39a22813cb

View File

@ -1063,7 +1063,7 @@ native get_pcvar_string(pcvar, string[], maxlen);
native arrayset(array[], value, size);
/**
* Returns the weapon id, otherwise -1 when no id found.
* Returns the weapon id, otherwise 0 when no id found.
* The weapon name is case sensitive, and has the weapon_* form.
*/
native get_weaponid(const name[]);