02.02.2015, 11:10
Hello I have this code:
Somewhere in the code, I want to use it like this:
It works (returns 3 which is the enum count), But gives Tag Mismatch warning. How do I get rid of this warning?
pawn Код:
enum pInfos
{
aTest1, //1
aTest2, //2
aTest3 //3
}
pawn Код:
for (new i = 0; i < pInfos; i++)