Problem tag mistmatch
#1

..///
Reply
#2

maskon should have PlayerText3D tag.

pawn Код:
new PlayerText3D: maskon
and when you create the player 3D text label:
pawn Код:
maskon = CreatePlayer3DTextLabel(playerid, ...); // ... are meant to be some arguments/parameters
Reply
#3

...//
Reply
#4

DeletePlayer3DTextLabel and Delete3DTextLabel are not the same.

Since you create it with Create3DTextLabel and attach it to the player, then change:
pawn Код:
DeletePlayer3DTextLabel(playerid, maskon);
to:
pawn Код:
Delete3DTextLabel(maskon);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)