17.01.2013, 22:10
i would like to show what a player say above my head, i used create3dtextlabel and Update3DTextLabelText but nothing, any suggestions?
public OnPlayerText(playerid, text[])
{
new str[128];
format(str, sizeof(str), "(radio) %s", text);
SetPlayerChatBubble(playerid,str,0xFFFFFFAA,15.0,5000);// 0xFFFFFFAA = White
return 1;
}