Quote Originally Posted by IzNoGoD View Post
This will crash the game in developer mode, so i would advise you to just properly initialize the array = [];
It does not crash for me on 1.3:
Code:
E:\cod2\CoD2MP_s.exe +set dedicated 2 +set fs_game serthy_mods/starwars +set developer 1 +set developer_script 1 +set logfile 2 +exec server.cfg

init()
{
	array[0] = 1337;
	iPrintLn( "1337 is " + array[0] );
}

Must be changed over to a localized string: "1337 is 1337"
Anyway I'd also go with = [] in every case