10.11.2009, 16:01
Quote:
Originally Posted by george_cahill
can someone make me a filterscript or tell me howto, but i want it so that whenever someone on my server talks it shows up in an Chat Bubble above there head, thank you.
|
http://forum.sa-mp.com/index.php?top...3977#msg803977
But just incase you don't want to go back-and-forth:
pawn Код:
public OnPlayerText(playerid, text[])
{
SetPlayerChatBubble(playerid, text, COLOR, 100.0, 10000);
return 1;
}