i want to make if one player on axis and ther are one player on allies round will start ca somone help because this didnt work
i put this inside Callback_StartGameType() and didnt workk any suggestions?


while(!game["matchstarted"])
{
if(level.exist["axis"] > 0 && level.exist["allies"] > 0)
{
IPrintLnBold( "Round IS going to start" )

}
}