31.10.2018, 00:35
Just use this..
pawn Code:
public OnGameModeExit()
{
for(new i; i < MAX_PLAYERS; i++)
OnPlayerDisconnect(i, 1);
return 1;
}