19.09.2012, 15:34
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
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