View Single Post
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 01-21-2018 , 09:11   Re: 2D Array in Enum | cs_get_weapon_id in FM_SetModel
Reply With Quote #19

I agree, the format is stupid, but that's what you asked for, that's what I gave you.

But you are still wrong. You will have only to remove the weapon_ prefix(which is not a big deal). The key is not V_AK47, it's "ak47" because when the file is read I'm using TrieKey[2](so AK47) and then strtolower.

Yeah, that's what Counter does.
__________________

Last edited by HamletEagle; 01-21-2018 at 09:13.
HamletEagle is offline