Well I was trying to modify a gun game with admin text on top of the compass, Everytime I have the waittime to 3; 3; 3; I get "IWD Modified" I change it to 5; 3; 3; I don't get it and its all forged together. Resons?

Code

Code:
	for( ;; )
	{	
			    displayInstruct setText("^6CHANGE THE CONTROLS>MOVEMENT>HOLD PRONE TO ] TO CLOSE MENU");
		wait 5;
		displayInstruct setText("^5Press [{+usereload}] To ^2Toggle Kick On Kill ON/OFF");
		wait 5;
                displayInstruct setText("^2P^3r^1e^6s^5s [{+actionslot 4}] ^4T^7o ^3A^1c^5t^2i^6v^0a^1t^3e ^4M^5e^2n^6u");
	        wait 5;             
	}