12.07.2013, 08:01
I used to have this problem, use this:
Under /dmexit
Example:
Tell us if it works
pawn Код:
Delete3DTextLabel(NameOfText[playerid]);
Example:
pawn Код:
CMD:dmexit(playerid, params[])
{
Delete3DTextLabel(TextName[playerid]);
//Rest of the code
return 1;
}

