Player Name over - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Player Name over (
/showthread.php?tid=437507)
Player Name over -
Jermi - 15.05.2013
How can i type a text over the player name? Code plz?
Re : Player Name over -
DaTa[X] - 15.05.2013
you mean 3dtextlabel ?
offtopic : lol we have the same sig
Re: Player Name over -
Jermi - 15.05.2013
Yes, but it must be over his name
Offtopic:I'm sorry
Re: Player Name over -
-CaRRoT - 16.05.2013
SetPlayerChatBubble(playerid, text[], color, Float:drawdistance, expiretime)
PHP код:
public OnPlayerText(playerid, text[])
{
SetPlayerChatBubble(playerid, text, 0xFF0000FF, 100.0, 10000);
return 1;
}
- For more info -
https://sampwiki.blast.hk/wiki/SetPlayerChatBubble