3Dtextlabel onplayertext
#1

i would like to show what a player say above my head, i used create3dtextlabel and Update3DTextLabelText but nothing, any suggestions?
Reply
#2

pawn Код:
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;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)