12.06.2013, 06:38
You can actually remove this. Player TD's are destroy automatically on disconnect.
pawn Code:
hook OnPlayerDisconnect(playerid, reason)
{
PlayerTextDrawDestroy(playerid, InfoText[playerid]);
return 1;
}