08.07.2016, 15:05
I use this under the commands
But with some IDs[Most IDs] it keeps say this while the players are connected.
Code:
if(ID == INVALID_PLAYER_ID)
{
format(string,sizeof(string),"{808080}[SERVER]{FFFFFF} The Player ID (%d) is not connected to the server.",ID);
SendClientMessage(playerid,COLOR_WHITE,string);
return 1;
}


