Text over the player name..
#1

Hello!I would like to ask whether it can put text over the player name and if possible how it works ..
Reply
#2

https://sampwiki.blast.hk/wiki/Attach3DTextLabelToPlayer
Reply
#3

Quote:
Originally Posted by TheDominator
Посмотреть сообщение
Yes, you can use "Attach3DTextLabelToPlayer" and as well as "SetPlayerChatBubble". Following is an example of SetPlayerChatBubble:-

pawn Код:
public OnPlayerText(playerid, text[])
{
    SetPlayerChatBubble(playerid, text, 0xFF0000FF, 100.0, 10000); //everything what player types will be also shown on the player's head.
    return 1;
}

FalconX
Reply
#4

SetPlayerChatBubble*
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)