Attatch3DTextLabelToPlayer Error
#3

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
Код:
Delete3DTextLabel(label[playerid]); 
Delete3DTextLabel(label2[playerid]);
to
Код:
Delete3DTextLabel(label[pID]); 
Delete3DTextLabel(label2[pID]);
Reply


Messages In This Thread
Attatch3DTextLabelToPlayer Error - by aoky - 28.05.2017, 19:59
Re: Attatch3DTextLabelToPlayer Error - by Sew_Sumi - 28.05.2017, 20:03
Re: Attatch3DTextLabelToPlayer Error - by Swarn - 28.05.2017, 20:17
Re: Attatch3DTextLabelToPlayer Error - by aoky - 28.05.2017, 21:02

Forum Jump:


Users browsing this thread: 1 Guest(s)