player 3dlabel
#4

Код:
clicktag[playerid] = Create3DTextLabel("Clicks ", COLOR_WHITE, 30.0, 40.0, 50.0, 40.0, 0, 0);
                Attach3DTextLabelToPlayer(clicktag[playerid], playerid, 0.0, 0.0, 0.5);
This code you should enter in OnPlayerConnect. In timer you should use Update3DTextLabelText function

Код:
new s[32];
format(s, 32, "Clicks: %d", Clicks[playerid]);
Update3DTextLabelText(...);
Reply


Messages In This Thread
player 3dlabel - by iBots - 15.05.2014, 11:37
Re: player 3dlabel - by Smileys - 15.05.2014, 12:08
Re: player 3dlabel - by iBots - 15.05.2014, 13:00
Re: player 3dlabel - by ball - 15.05.2014, 14:19
Re: player 3dlabel - by iBots - 15.05.2014, 14:22
Re: player 3dlabel - by ball - 15.05.2014, 14:26
Re: player 3dlabel - by iBots - 15.05.2014, 14:27
Re: player 3dlabel - by ball - 15.05.2014, 14:38

Forum Jump:


Users browsing this thread: 1 Guest(s)