View Single Post
MAGNAT2645
Senior Member
Join Date: Nov 2015
Location: AlliedMods.net
Old 12-15-2019 , 04:55   Re: Can't find the new way to write this Enum
Reply With Quote #2

Since SM 1.10 you should use enum structs. Like this:

Code:
enum struct Rank
{
    int rankPoints;
    char chatRank[64];
    char menuRank[64];
    char tagRank[64];
}
__________________
MAGNAT2645 is offline