OnPlayerText [HELP - ABOUT ABOVE HEAD]
#1

Hey hey hey i want when player rights something like

Код:
[SP]Mr.Kakashi[WP] : Blah Blah Blah
On their above head it would be write something like

Код:
Says : Blah Blah Blah
Can someone give a code of this?
Reply
#2

Try using TextDraws.
EDIT:
Try this.
pawn Код:
say[playerid] = Create3DTextLabel("Says: ", 0xE10000FF, 30.0, 40.0, 10.0, 40.0, 0);
        Attach3DTextLabelToPlayer(say[playerid], playerid, 0.0, 0.0, 0.7);
It's the not the full code, since I don't know how to do it, maybe a better scripter knows.
Reply
#3

I saw on some gamemode it doesnt using a textdraw
Reply
#4

Quote:
Originally Posted by Darnell
Посмотреть сообщение
Try using TextDraws.
EDIT:
Try this.
pawn Код:
say[playerid] = Create3DTextLabel("Says: ", 0xE10000FF, 30.0, 40.0, 10.0, 40.0, 0);
        Attach3DTextLabelToPlayer(say[playerid], playerid, 0.0, 0.0, 0.7);
It's the not the full code, since I don't know how to do it, maybe a better scripter knows.
What.....?

https://sampwiki.blast.hk/wiki/SetPlayerChatBubble
Reply
#5

https://sampwiki.blast.hk/wiki/SetPlayerChatBubble
edit: late
Reply
#6

I fail :\.
Reply
#7

Quote:
Originally Posted by Kush
Посмотреть сообщение
Quote:
Originally Posted by PrawkC
Посмотреть сообщение
Thanks Both of you
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)