dynamic3dtext label won't destroy
#1

So I have on the server dm zone and when enter in the zone dynamic label is nice create but when I exit from zone /dmexit createdynamictextlabel won't destroy. Thanks
Reply
#2

so it can create ingame 3dtextlabel then that thing will not destroy until you will delete it DestroyDynamic3dTextLabel
Reply
#3

Use this:
pawn Код:
native DestroyDynamic3DTextLabel(Text3D:id);
when player leaves the dm..
Reply
#4

yes when I exit from dm label won't destroy


Edit: I have already that: DestroyDynamic3DTextLabel(timp[playerid]);
Reply
#5

I used to have this problem, use this:
pawn Код:
Delete3DTextLabel(NameOfText[playerid]);
Under /dmexit

Example:
pawn Код:
CMD:dmexit(playerid, params[])
{
Delete3DTextLabel(TextName[playerid]);
//Rest of the code
return 1;
}
Tell us if it works
Reply
#6

No that is not for dynamic that is for create3dtextlabel
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)