29.09.2014, 08:55
Hello this uses an Include known as Local Chat
Its made by Goudewup.
Heres the include
http://pastebin.com/f12af5060
And heres how to use it.An Example:
Or If you really want to use a_samp.
Use this.
https://sampwiki.blast.hk/wiki/LimitGlobalChatRadius
Its made by Goudewup.
Heres the include
http://pastebin.com/f12af5060
And heres how to use it.An Example:
Код:
public OnPlayerText(playerid,text[]) { new name[MAX_PLAYER_NAME], string[128]; GetPlayerName(playerid, name, sizeof(name)); format(string, sizeof(string), "%s: %s", name, text); SendLocalMessage(playerid, COLOR_WHITE, 7,string);// Send the message return 0; // Makes sure the original message isn't send }
Or If you really want to use a_samp.
Use this.
https://sampwiki.blast.hk/wiki/LimitGlobalChatRadius