if(fineTextOnScreen[pID] == 1)
{
TextDrawDestroy(fine0[pID], TextDrawDestroy(fine1[pID]);
// more..
}
if(fineTextOnScreen[pID] == 1) { TextDrawDestroy(fine0[pID], TextDrawDestroy(fine1[pID]); // more.. } if(warnTextOnScreen[pID] == 1) { TextDrawDestroy(warn[pID]); KillTimer(warnTimer); }