Code: Select all
new const g_country_name[][] ={ "Finland", "Sweden", "Estonia"};
Code: Select all
new const g_country_text[sizeof g_country_name][] ={ "FI05", "SE05", "EE05"};
You are from Estonia, your text is EE05... Kaip tai padaryti ?
Bandziau
meta error... Array must be indexed (variable "iCountry")"You are from %s, your text is %s", iCountry[id], g_country_text[iCountry] )
Bet neveikia
