View Single Post
Author Message
SawceGal
Junior Member
Join Date: May 2020
Old 05-21-2020 , 16:42   Global Array + Enum Struct
Reply With Quote #1

I'm using this but I get "warning 213: tag mismatch".

PHP Code:
enum struct enumWeaponClass
{
    
char WEAPONCLASS[32];
    
int WEAPONLEVEL;
    
CSWeaponID WEAPONID;
}

enumWeaponClass gWeaponClass[][] = 
{
    {
"M4A1 Anti Zombie"4CSWeapon_M4A1}

SawceGal is offline