Vice City Multiplayer
		VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: asad3man on May 25, 2011, 09:06:51 pm
		
			
			- 
				i want to add that command which is always start after 2 min with writting it like 
auto commands script hmmmmmm
(http://i55.tinypic.com/14ce984.jpg)
			 
			
			- 
				
i want to add that command which is always start after 2 min with writting it like 
auto commands script hmmmmmm
(http://i55.tinypic.com/14ce984.jpg)
this to ongamemode init
	SetTimer("twoMinutFunc",120000,true);
this after it or somwewhere
forward twoMinutFunc();
public twoMinutFunc()
{
	SendClientMessageToAll(COLOR_WHITE, "spam here");
	return 1;
}
			 
			
			- 
				this is the error which is coming
(http://i52.tinypic.com/29kuwqo.jpg)
			 
			
			- 
				lol add this function on
 ongamemode init
SetTimer("twoMinutFunc",120000,true);
			 
			
			- 
				Thanx dude