3D text command ?
#1

Do anyone want to help me...

i wanna know how to make a command to make a 3Dtext at my current location.....
Reply
#2

Put this script under OnPlayerText.

Код:
SetPlayerChatBubble(playerid, text, COLOR, 100.0, 10000);
Reply
#3

Quote:
Originally Posted by Min
Посмотреть сообщение
Put this script under OnPlayerText.
Not about chat.
get player's posistion and create a 3D Text label.

https://sampwiki.blast.hk/wiki/Create3DTextLabel
Reply
#4

Try this one:

Код:
new Text3D:3dlabel[MAX_PLAYERS];
3dlabel[playerid] = Create3DTextLabel("TEXT",COLOR,30.0,40.0,50.0,40.0,0);
Attach3DTextLabelToPlayer(3dlabel[playerid], playerid, 0.0, 0.0, 0.7);
And to delete it:

Код:
Delete3DTextLabel(3dlabel[playerid]);
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)