Quote:
Originally Posted by Nathan_Taylor
pawn Код:
new stafflabel = Create3DTextLabel("STAFF BL", COLOR_WHITE, 30.0, 40.0, 50.0, 40.0, 0, 0); Attach3DTextLabelToPlayer(stafflabel, playerid, 0.0, 0.0, 0.7);
You defined it as "staff:label" and attached "label"
|
wrong, still will give warnings.
he should do:
pawn Код:
new Text3D:stafflabel =Create3DTextLabel( ... );
https://sampwiki.blast.hk/wiki/Attach3DTextLabelToPlayer