21.05.2010, 15:52
hey guys, i'd like to know hwo to show a text over a player's head? because while looking at the dialogs i made, i don't want the payer to move
( i used toggleplayercontrollable(playerid, 0)
and i want the text BUSY to show on their heads. i tried something like
SetPlayerChatBubble(playerid, COLOR_YELLOW, "BUSY"); then i tried:
SetPlayerChatBubble(playerid, COLOR_YELLOW, 100.0, 0, "BUSY");
but it was a fail and said: tags mismatched. i don't think it's too hard to do, can someone help me out? thanks
( i used toggleplayercontrollable(playerid, 0)
![Wink](images/smilies/wink.png)
SetPlayerChatBubble(playerid, COLOR_YELLOW, "BUSY"); then i tried:
SetPlayerChatBubble(playerid, COLOR_YELLOW, 100.0, 0, "BUSY");
but it was a fail and said: tags mismatched. i don't think it's too hard to do, can someone help me out? thanks