PHP Code:
g_PlayerKnives[id] = Knives:SQL_ReadResult(Query, 4);
No idea why did I tag it in the first place. Anyway, any time you need to assign a value that isn't from the Knives enumeration, or a variable that's not tagged with Knives, you have to retag(cast) it to avoid the warning.