How can I fix this it?
Code:
new szMessage[ 192 ];
formatex( szMessage, sizeof szMessage - 1, "^4[%s] ^3%s^1 : %s", szData, szName, szSaid );
for( new i = 1; i <= g_max_clients; i++ )
{
if( !is_user_connected( i ) || is_user_alive( i ) != alive )
continue;
client_print_color( i, DontChange, szMessage );
}
__________________
You can be a SUPER coder but you Haven't to say such as "stupid, etc." words to the others