SA-MP Forums Archive
Need Chat Bubble Help - 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: Need Chat Bubble Help (/showthread.php?tid=524574)



Need Chat Bubble Help - Jacob756 - 07.07.2014

Hello

can anyone tell me how to show cha bubble

I used the following under OnPlayerText

Код:
    SetPlayerChatBubble(playerid, text, 0x0000FFC8, 100.0, 10000);
    SetPlayerChatBubble(playerid, text, 0x0000FFC8, 200.0, 10000);
    SetPlayerChatBubble(playerid, text, 0x0000FFC8, 300.0, 10000);
plz help i need it


Re: Need Chat Bubble Help - Tadas - 07.07.2014

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



Re: Need Chat Bubble Help - Rittik - 07.07.2014

Just place this under OnPlayerText

Код:
SetPlayerChatBubble(playerid, text,-1, 100.0, 10000);



Re: Need Chat Bubble Help - Jacob756 - 07.07.2014

Quote:

SetPlayerChatBubble(playerid, text,-1, 100.0, 10000);

I already tried with the distanc 100.00 . Nothing happens .. i tested with many players

Quote:

public OnPlayerText(playerid, text[])
{
SetPlayerChatBubble(playerid, text, 0xFF0000FF, 20.0, 10000);
return 1;
}

gnna try with distance 20.0

THX


Re: Need Chat Bubble Help - iFarbod - 07.07.2014

You can't see your own ChatBubble.


Re: Need Chat Bubble Help - Jacob756 - 07.07.2014

i know that MR.Know Everything