13.12.2015, 15:12
Honestly, I don't quite understand what you did there. How about not using an enumerator?
Try the following:
instead of
use
And then in the error line:
EDIT: Maybe it is due to my lack of knowledge, but I've never seen anyone use enumerators that way.
Try the following:
instead of
PHP код:
new WeaponInfo[][sWeaponInfo]
PHP код:
new WeaponInfo[][]
PHP код:
if(strfind(WeaponInfo[i][0], name, true) != -1)