24.08.2012, 11:01
How long can I display a chatbubble? I tried using this, but the text wont appear on his head:
I used 3DTextLabels before, but it will overlap the players name when you are like 10-... meters away from them.
pawn Код:
format(text, sizeof(text), "%s\n%s", RankName(playerid), ClassName(playerid))
SetPlayerChatBubble(playerid, text, TeamColor(playerid), 100.0, 10000*10*60);