Quantcast
Channel: SA-MP Forums
Viewing all articles
Browse latest Browse all 18226

How should I declare array for this

$
0
0
Hey guys, right now I wonder, because I would like to declare array, which would fit my needs.

I'm currently using this:
PHP Code:

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]; 

So yeah, for each specific record I want to save it's issuer name. But I don't know how I will do that.

Viewing all articles
Browse latest Browse all 18226

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>