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);
Delete3DTextLabel(Giveup[x]);
Код:
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); Код:
Delete3DTextLabel(Giveup[x]); |
Delete3DTextLabel(playerid, Giveup[x]);
Attach3DTextLabelToPlayer(Giveup[x], playerid, 0.0, 0.0, 0.7);
Delete3DTextLabel(Giveup[x]);
new Text3D:pText[MAX_PLAYERS];
pText[playerid] = Create3DTextLabel(bla...);
Attach3DTextLabelToPlayer(pText[playerid], playerid, bla...);
printf("%i", Delete3DTextLabel(pText[playerid]));
//return 1 if the 3D text label was deleted, otherwise 0.