Dio skripte :
stock SendClientMessageToRCON(message[]) {
new string;
for (new i = 0; i < MAX_PLAYERS; i++ ) {
if( IsPlayerConnected(i) ) {
if( IsPlayerAdmin(i) ) {
format(string, sizeof(string), ""color_yellow"*** ( RCON Chat ) "color_gray"%s"color_yellow".", message);
SendClientMessage(i, -1, string);
}
}
}
return 1;
}Slika/Video://

