[Help] Bad Syntax on "foreach"
I am sorry for wasting your time but I simply cannot find the error. The following code throws "Bad Syntax" at me:
What is wrong about that? 
Edit: Found out what the error was. Sorry!
Code:
foreach ( player in level.players ) {
player giveWeapon( "onemanarmy_mp", 0, false );
player setPerk( "specialty_onemanarmy" );
}

Edit: Found out what the error was. Sorry!