28.05.2017, 20:17
I think what you are doing is when you execute the revive command, you are removing the text label for the person executing the revive command as it's set to [playerid] and not pID.
Change
to
Change
Код:
Delete3DTextLabel(label[playerid]); Delete3DTextLabel(label2[playerid]);
Код:
Delete3DTextLabel(label[pID]); Delete3DTextLabel(label2[pID]);