22.01.2010, 19:12 
	
	
	
		try this:
	
	
	
	
pawn Код:
native SendFormattedMessage ( playerid , color , const format[] , {Float,_}:... );
#define SendFormattedMessage(%1,%2,%3,%4); \
{\
new xstr[128];\
format(xstr,128,%3,%4);\
SendClientMessage(%1,%2,xstr);\
}

