Attach3DTextPlayer bug ?
#1

Код:
new Text3D:Giveup[MAX_PLAYERS];

Giveup[x] = Create3DTextLabel("(( јЩйаЕи№№ХйдґйГСєєТґаЁзє ))", COLOR_LIGHTRED, 0, 0, 0, 5, -1, 1 );
Attach3DTextLabelToPlayer(Giveup[x], x, 0.0, 0.0, 0.7);
how i can delete Attach3DTextLabelToPlayer?

Код:
Delete3DTextLabel(Giveup[x]);
it's not work.
Reply
#2

Quote:
Originally Posted by BlazeGaming
Посмотреть сообщение
Код:
new Text3D:Giveup[MAX_PLAYERS];

Giveup[x] = Create3DTextLabel("(( јЩйаЕи№№ХйдґйГСєєТґаЁзє ))", COLOR_LIGHTRED, 0, 0, 0, 5, -1, 1 );
Attach3DTextLabelToPlayer(Giveup[x], x, 0.0, 0.0, 0.7);
how i can delete Attach3DTextLabelToPlayer?

Код:
Delete3DTextLabel(Giveup[x]);
it's not work.
Код:
Delete3DTextLabel(playerid, Giveup[x]);
Reply
#3

Delete3DTextLabel(playerid, Giveup[x]);

same problem
Reply
#4

PHP код:
    Attach3DTextLabelToPlayer(Giveup[x], playerid0.00.00.7);
             
Delete3DTextLabel(Giveup[x]); 
Reply
#5

PHP код:
new Text3D:pText[MAX_PLAYERS];
pText[playerid] = Create3DTextLabel(bla...);
Attach3DTextLabelToPlayer(pText[playerid], playeridbla...);
printf("%i"Delete3DTextLabel(pText[playerid]));
//return 1 if the 3D text label was deleted, otherwise 0. 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)