Need Chat Bubble Help
#1

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
Reply
#2

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

Just place this under OnPlayerText

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

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
Reply
#5

You can't see your own ChatBubble.
Reply
#6

i know that MR.Know Everything
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)