18.03.2011, 00:45
Do bubble chat work
i did this
[PAWN]
CMD
ay(playerid, params[])
{
SetPlayerChatBubble(playerid, "Bubble Chat Test", Blue, 300.0, 10000);
return 1;
}
blue is defined i get no errors it just dont appear (to me)
why
?

i did this
[PAWN]
CMD

{
SetPlayerChatBubble(playerid, "Bubble Chat Test", Blue, 300.0, 10000);
return 1;
}
blue is defined i get no errors it just dont appear (to me)
why
