12.05.2015, 16:48
Very useful! +rep
But you can use 'static' instead of 'new' for variables:
But you can use 'static' instead of 'new' for variables:
PHP Code:
new const LanguageCodes[MAX_LANGUAGES][3]
new LanguageStrings[MAX_LANGUAGES][E_LANG_STRINGS];
new PlayerLanguage[MAX_PLAYERS];