05.08.2016, 23:04
Just a simple question, to experienced members
What is faster and more optimized
Or
What is faster and more optimized
PHP код:
new pKills[MAX_PLAYERS];
new pDeaths[MAX_PLAYERS];
new pSpree[MAX_PLAYERS];
new pAdmin[MAX_PLAYERS];
new pVip[MAX_PLAYERS];
PHP код:
enum pInfo {
pKills, pDeaths, pSpree, pAdmin, pVip
};
new Info[MAX_PLAYERS][pInfo]