24.06.2017, 14:58
Hey guys, right now I wonder, because I would like to declare array, which would fit my needs.
I'm currently using this:
So yeah, for each specific record I want to save it's issuer name. But I don't know how I will do that.
I'm currently using this:
PHP код:
enum E_MDC
{
//stuff
E_MDC_RECORD_ENTRY_ID[MAX_RECORDS],
E_MDC_RECORD_ISSUER[MAX_RECORDS][MAX_PLAYER_NAME + 1]
}
static MDC_g_sPlayer[MAX_PLAYERS][E_MDC];