Liebe Community,
Ich habe das Problem, das die "Server verlassen" Info 2 mal kommt (einmal in Grün, so wies sein soll und einmal in Grau)
Die Info:
new name[24];
new disconnectstring[256];
new sendername[MAX_PLAYER_NAME];
GetPlayerName(playerid, sendername, sizeof(sendername));
format(disconnectstring,sizeof(disconnectstring),"* Mitbürger %s hat den Server verlassen.", sendername);
SendClientMessageToAll(COLOR_GREEN,disconnectstring);
GetPlayerName(playerid,name,24);
for(new i = 0; i < MAX_PLAYERS; i++) if(IsPlayerConnected(i) && i != playerid) SendClientMessage(i,COLOR_GREY,disconnectstring);
Ich hoffe ihr könnt helfen.
MfG
James.