Chat Box - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Chat Box (
/showthread.php?tid=365090)
Chat Box -
Armando B - 01.08.2012
I need Help With My Chat, when i type a message it goes accross the whole server, how can i script so it doesn't do it unless i do /o?
Re: Chat Box -
Kindred - 01.08.2012
Seriously, use the fucking search button.
You need a function that checks if the players are near them to send messages to players non-globally, therefore if you wish to use OOC, just send the message to everyone. (sendclientmessagetoall)
Re: Chat Box -
tyler12 - 01.08.2012
pawn Код:
stock ProxDetector(Float:radi, playerid, string[],color)
{
new Float:x,Float:y,Float:z;
GetPlayerPos(playerid,x,y,z);
foreach(Player,i)
{
if(IsPlayerInRangeOfPoint(i,radi,x,y,z))
{
SendClientMessage(i,color,string);
}
}
}
Re: Chat Box -
SEnergy - 01.08.2012
pawn Код:
LimitGlobalChatRadius(200.0);
// will send msg only to players in 200y radius
ignore bi*ches such as kindred
Re: Chat Box -
Kindred - 01.08.2012
Quote:
Originally Posted by SEnergy
pawn Код:
LimitGlobalChatRadius(200.0); // will send msg only to players in 200y radius
ignore bi*ches such as kindred
|
How am I a bitch? You are technically a bitch for calling me a bitch for no reason.
I'm simply stating he needs to use the one and only search button that can let him find this exact answer in less than 2 seconds.
+1 for you Mr. Helper, You're so helpful!
Re: Chat Box -
SEnergy - 01.08.2012
Quote:
Originally Posted by Kindred
How am I a bitch? You are technically a bitch for calling me a bitch for no reason.
I'm simply stating he needs to use the one and only search button that can let him find this exact answer in less than 2 seconds.
+1 for you Mr. Helper, You're so helpful!
|
I saw you today posting same thing in another topic, this is scripting help section, we help ppl here
Re: Chat Box -
Kindred - 01.08.2012
Quote:
Originally Posted by SEnergy
I saw you today posting same thing in another topic, this is scripting help section, we help ppl here
|
And I helped them. If you don't like what I post, stop replying, you're making yourself look retarded.
I'm not gonna post here again unless the actual thread maker needs help, continue this via PM or Visitor Message if you want to keep this discussion up for debate.