View Single Post
_pHabb
Senior Member
Join Date: Jul 2013
Location: GetCountry(pHabb);
Old 12-11-2019 , 14:09   Re: Enum Structs Available This Holiday Season
Reply With Quote #32

Code:
enum _:Roles
{
    Vip,
    Moderator,
    Admin
};

new players[MAXPLAYERS + 1];

// Usage: players[client] = Admin;
How this code will look in the new syntax?

Last edited by _pHabb; 12-11-2019 at 14:30.
_pHabb is offline