Normal Chat
#1

Hello,

I want to remove the normal while pressing the button T.

I have script an chat with /c and I donґt want to use T to chat!

How I can remove this chat with T?
Reply
#2

T---->
-----------------------------------------------------
/C *TEXT* |
-----------------------------------------------------
Reply
#3

return 0 under OnPlayerText, or return a message that says something along the lines of: "Type /c <text> to chat."

https://sampwiki.blast.hk/wiki/OnPlayerText
Reply
#4

pawn Code:
public OnPlayerText(playerid, text[])
{
    return 0;
}
That will prevent from talking with T, though i dont really get why you want that; since you can change the text you will type any way you like.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)