how to show a text over a player's head?
#4

You done it wrong?:

Wikipedia:

https://sampwiki.blast.hk/wiki/SetPlayerChatBubble

Code:
public OnPlayerText(playerid, text[])
{
  SetPlayerChatBubble(playerid, text, 0xFF0000FF, 100.0, 10000);
  return 1;
}
Quote:

(playerid, text[], color, Float:drawdistance, expiretime)

playerid The player which should have the chat bubble.
text[] The text to display.
color The text color
drawdistance The distance from where players are able to see the chat bubble.
expiretime The time in miliseconds the bubble should be displayed for.

I don't know if im right, coz im sux scripter =D
Reply


Messages In This Thread
how to show a text over a player's head? - by pmk1 - 21.05.2010, 15:52
Re: how to show a text over a player's head? - by iStarzz - 21.05.2010, 15:54
Re: how to show a text over a player's head? - by pmk1 - 21.05.2010, 15:55
Re: how to show a text over a player's head? - by rbN. - 21.05.2010, 15:55
Re: how to show a text over a player's head? - by DJDhan - 21.05.2010, 15:56
Re: how to show a text over a player's head? - by pmk1 - 21.05.2010, 15:58

Forum Jump:


Users browsing this thread: 1 Guest(s)