18.07.2016, 09:24
I use this code under onplayerdisconnect when the player leave/kicked/banned it shows the player's name,But when they timeout it doesn't show the player's name it just says [LEAVING] Has just left the server! (Timeout)
Код:
format(string,sizeof(string),"[LEAVING] %s Has just left the server! (%s)",pname,aDisconnectNames[reason]); SendClientMessageToAll(COLOR_WHITE,string);