SA-MP Forums Archive
Chat Up The Head - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Chat Up The Head (/showthread.php?tid=261918)



Chat Up The Head - LucKyY - 15.06.2011

How To Get Chat Up Of Head?


Re: Chat Up The Head - 0_o - 15.06.2011

Sid_Alexander Already Have a Topic On it. Maaybe You Should See It.


Re: Chat Up The Head - LucKyY - 15.06.2011

Quote:
Originally Posted by 0_o
Посмотреть сообщение
Sid_Alexander Already Have a Topic On it. Maaybe You Should See It.
okay Thanks!


Re: Chat Up The Head - XxMatej94xX - 15.06.2011

pawn Код:
public OnPlayerText(playerid, text[])
{
    SetPlayerChatBubble(playerid, text, 0xFF0000FF, 100.0, 10000);
    return 1;
}