Fast Help
#1

What makes the chat look like this
I want the deafult layout... please help

I havent done anything. it just stopped working by itself :/

>> Hello I dont want that'
Reply
#2

OnPlayerText sir.
Reply
#3

well do it like this


pawn Код:
public OnPlayerText(playerid, text[])
{
    new string[128];
    format(string,sizeof(string),"[%i]%s: {FFFFFF}%s",playerid,pName(playerid),text);
    SetPlayerChatBubble(playerid, text, 0xFFFFFFFF, 100.0, 10000);
    printf(string);
    SendClientMessageToAll(GetPlayerColor(playerid),string);
    return 0;
    }
    return 1;
}
Reply
#4

If he would just remove the code that does that stuff in OnPlayerText he would've hadd the same effect
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)