01.08.2012, 17:41
Код:
PlayerLabel[playerid] = Create3DTextLabel("Level 85 Mage",0xF97804FF,30.0,40.0,50.0,30,-1,1); Attach3DTextLabelToPlayer(PlayerLabel[playerid], playerid, 0.0, 0.0, 0.3);
Thanks
PlayerLabel[playerid] = Create3DTextLabel("Level 85 Mage",0xF97804FF,30.0,40.0,50.0,30,-1,1); Attach3DTextLabelToPlayer(PlayerLabel[playerid], playerid, 0.0, 0.0, 0.3);
new Text3D:PlayerLabel[MAX_PLAYERS];
Yes, I have that at the top of my script
> Thanks for replying though |
new Text3D:PlayerLabel[MAX_PLAYERS];