30.05.2014, 12:14
You can solve it by 2 ways,1 :
Changing
To
2.updating the text's string to nothing,so it would be
Instead of deleting it
Changing
pawn Код:
Delete3DTextLabel(godtext[playerid]);
pawn Код:
Delete3DTextLabel(Text3D:godtext[playerid]);
pawn Код:
Update3DTextLabelText(godtext[playerid], 0xFFFFFFFF, " ");