26.06.2012, 13:13
Well I have a problem...
Function:
pawn Код:
stock FormatMSGToAll( color, string[ ], va_args<> )
{
format( _S_T_R_, sizeof _S_T_R_, string, va_start<2> );
SendClientMessageToAll( color, _S_T_R_ );
return ( 1 );
}
pawn Код:
FormatMSGToAll( GetPlayerColor( playerid ), "%s["C_W"%d{%06x}] "C_W"connected to the server.", pName( playerid ), playerid, GetPlayerColor( playerid ) >>> 8 );