04.02.2013, 19:58 
	(
 Последний раз редактировалось MiGu3X; 04.02.2013 в 20:08.
					
					
						Причина: Solved
)
	
	
		Doing scripting I got this problem error 035: argument type mismatch (argument 2), andline is 163 in where it says SendClientMessage blah blah in where i got the problem, pls help.
HELP me please and i'll rep u
	
	
	
	
Код:
CMD:welcome(playerid, params[])
	{
 	SendClientMessage(playerid, COL_GREEN, "Welcome to the server, Enjoy your stay!");
	return 1;
}

