In server console it isn't any error, just server crash and then is Not Responding and i quit the proces with CTRL+ALT+Delete...
i think the problem is thits :
Code:
// Get our race names
for ( i = 8; i < get_pcvar_num( CVAR_wc3_races ); i++ )
{
lang_GetRaceName( i + 1, id, szRaceName[i], 63 );
}
// Build the changerace menu (for every race)
for ( i = 0; RACES_PER_PAGE; i++ )
{
....
}
And i don't see the while loop in this code...