Deleting 3dtextlabels
#1

Hee all,

Today i was trying to delete some 3dtextlabels which worked out fine, but somehow pawno doesn't allow me te redefine the varabiable back to 0

i tried:

Delete3DTextLabel(AFK[playerid]);
AFK[playerid] = 0;

it says Tag Mismatch on the redefenition, when i dont redefine it everything works out fine, but the 3DTexts get mixed up really bad because i can't redefine them..

anyone knows how to properly redefine these 3DTextLabels??

Thanks in advance,

Jop9888
Reply
#2

you can try this
pawn Код:
Delete3DTextLabel(AFK[playerid]);
AFK[playerid]=Text3D:INVALID_3DTEXT_ID;
Reply
#3

This doesn't give me any errors, but are you sure this works properly??
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)