Need some help with the normal chat.
#1

I just started my rp server and me and my friend found out that everyone can see the normal chat when you are writing. But how do i delete that ?
Reply
#2

Make use of the OnPlayerText callback. You will need to have the text be processed a different way, f.e. with a proximity detector.

Код:
public OnPlayerText(playerid, text[])
{

// How you wish to process the chat here

return 0; // prevents making use of the chat
}
https://sampwiki.blast.hk/wiki/OnPlayerText
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)