littlewhitey's Servers Forum (SA-MP/VC-MP/MTA/Zomboid)

Recycle Bin => Suggestions (2008-2011) => SA-MP Archive (2015) => SA-MP Archive => Recycle Bin => Rejected Suggestions => Topic started by: Sjitty on August 08, 2010, 11:15:44 AM

Title: Cry Chat
Post by: Sjitty on August 08, 2010, 11:15:44 AM
Ellow, this little suggestion for admin command:

SUMMARY

/cry <playerid>

This command toggles cry chat mode for the player. This means everything this player now says goes in seperate chat instead of public chat. Only other player who r put in this chat can read and respond to this crying conversation.

Example:

PUBLIC CHAT
[X]Y (id 5): OMFG u noob db'er!
[A]B (id 10): You runner!! u do 3vs1 u can only win like that,.

/cry 5
/cry 10

PUBLIC CHAT
[silence]

CRY CHAT

[X]Y (id 5):Floorshooter, backdoorshooter!!
[A]B (id 10): Come DA u scared?? yo momma fuck i do jaja blablablaaa

ADVANTAGES

Quiet public chat, no crying kidz, still they dont have to be muted and can cry to one another i n cry chat.

DISADVANTAGES

More crying???

CODE

new CryChat[MAX_PLAYERS];

dcmd_cry(playerid,params[])
{
    new cryplayerid;
      if (sscanf(params, "i",cryplayerid)) SendClientMessage(playerid, YELLOW, "Usage: \"/cry <playerid>\"");
   else
   {
             CryChat[cryplayerid]=1;
   }
   return 1;
}
dcmd_uncry(playerid,params[])
{
    new cryplayerid;
      if (sscanf(params, "i",cryplayerid)) SendClientMessage(playerid, YELLOW, "Usage: \"/uncry <playerid>\"");
   else
   {
             CryChat[cryplayerid]=0;
   }
   return 1;
}


public OnPlayerText(playerid, text[])
{
   if(CryChat[playerid]==1)
   {
      for(new i,a = GetMaxPlayers();i < a;i++)
      {
         if(CryChat[ i ]==1)
         {
            SendClientMessage(i, COLOR_RED, text);
            return 0;
         }
      }
   }
   else
   {
      return 1;
   }
}
Title: Re: Cry Chat
Post by: mayhem on August 08, 2010, 11:19:24 AM
Seems cool , +1.
Title: Re: Cry Chat
Post by: SRC on August 08, 2010, 11:36:30 AM
nice +1  ;D  /cry
Title: Re: Cry Chat
Post by: [Cheetos] on August 08, 2010, 11:43:09 AM
nice but sometimes i like to see ppl getting rage!: D
Title: Re: Cry Chat
Post by: Sjitty on August 08, 2010, 11:46:37 AM
Quote
nice but sometimes i like to see ppl getting rage!: D

You can always request to join that chat :)
Title: Re: Cry Chat
Post by: Disco on August 08, 2010, 11:46:44 AM
it will be the most abused admin cmd ...
And before you suggest sth for admin cmds, suggest sth that there are more admins on...

-1
Title: Re: Cry Chat
Post by: AJP on August 08, 2010, 11:53:06 AM
don't like it. people who cry shouldn't get their own private chat, they should simply be muted.
Title: Re: Cry Chat
Post by: Sjitty on August 08, 2010, 12:28:21 PM
Quote
don't like it. people who cry shouldn't get their own private chat, they should simply be muted.

We are still dealing with kids playing a game scott, u cant tell kids not to cry, u just put them in seperate room to play there if they annoy you. It is normal that they cry and stuff, thats why i dont want to mute them, but just remove them from public chat, let them be kids.
Title: Re: Cry Chat
Post by: [Cheetos] on August 08, 2010, 12:35:32 PM
Quote
don't like it. people who cry shouldn't get their own private chat, they should simply be muted.

We are still dealing with kids playing a game scott, u cant tell kids not to cry, u just put them in seperate room to play there if they annoy you. It is normal that they cry and stuff, thats why i dont want to mute them, but just remove them from public chat, let them be kids.
thats kinda /ignore cmd
if its get scripted so we can use it whenever we want to stop crying/flamming.... etc
Title: Re: Cry Chat
Post by: Sjitty on August 08, 2010, 12:45:27 PM
Quote
don't like it. people who cry shouldn't get their own private chat, they should simply be muted.

We are still dealing with kids playing a game scott, u cant tell kids not to cry, u just put them in seperate room to play there if they annoy you. It is normal that they cry and stuff, thats why i dont want to mute them, but just remove them from public chat, let them be kids.
thats kinda /ignore cmd
if its get scripted so we can use it whenever we want to stop crying/flamming.... etc

true, but this is more funny :p

*NEWS: Cheetos has been put in the cry corner.

muhahahaa
Title: Re: Cry Chat
Post by: Bloodst3r on August 08, 2010, 01:45:44 PM
Haha, I like this idea :D

I had a question tho, how are we capable of joining the /cry room ? like / cry join or something ? and does it have to be requested, or you just join straight away with no permissions from admins / /cry'ers ?
Title: Re: Cry Chat
Post by: Nemesis on August 08, 2010, 05:13:36 PM
I think some admins will abuse it, they'll see two people arguing, not "crying", and use this command as an excuse to shut them up, even if ones just telling the other they backshot/doorshot/drivebyed him/her
Title: Re: Cry Chat
Post by: AJP on August 08, 2010, 05:16:53 PM
what there should be is an option to /ignore chat or ignore pms

/ignore chat -> messages and admin announcements still display, and gang chat but everything else doesn't
/ignore pm id -> blocks pms from a player

Title: Re: Cry Chat
Post by: Reny on August 08, 2010, 05:30:44 PM
what there should be is an option to /ignore chat or ignore pms

/ignore chat -> messages and admin announcements still display, and gang chat but everything else doesn't
/ignore pm id -> blocks pms from a player
Exactly what i said in my suggestion,my suggestion got accepted to implent /ignore cmd,someone told me like this:
"Simply press F7 two times",i said then the problem,we want to chat with our friends,but to ignore that fag that is spamming u.So i told that /ignore cmd should work on that player on whole chat,not only PM's.
Title: Re: Cry Chat
Post by: BiG_Sm0k3 on August 08, 2010, 06:07:04 PM
There is no need for this, and if its only for admins, beh, sometimes there are no admins on, and what happens if an admin uses /cry on some1 and forget to remove it -.-
Title: Re: Cry Chat
Post by: AJP on August 08, 2010, 06:46:28 PM
There is no need for this, and if its only for admins, beh, sometimes there are no admins on, and what happens if an admin uses /cry on some1 and forget to remove it -.-

yes exactly, admins do not need many more commands as they have quite a few already to moderate the server. The problem is that players should have some sort of defense or something to resort to when admins aren't around and assholes are present, like /ignore etc.
Title: Re: Cry Chat
Post by: [SWK]Dacads on August 08, 2010, 06:48:39 PM
Just mute them?
Title: Re: Cry Chat
Post by: Devilboy665 on August 08, 2010, 08:53:31 PM
Just mute them?
What he said!  ;)

Plus...I dont like the idea,cuz it could be missused! I mean,raped command! Like;"I dont like him,he ll go /cry !" And stuff...  :P
Title: Re: Cry Chat
Post by: Sadik on August 08, 2010, 10:38:28 PM
I like the idea but it could be abused.

*NEWS: Cheetos has been put in the cry corner.
But yeah this would be really funny ;D

Anyway, I like to have a laugh so +1
Title: Re: Cry Chat
Post by: [Cheetos] on August 08, 2010, 11:19:15 PM
I like the idea but it could be abused.

*NEWS: Cheetos has been put in the cry corner.
But yeah this would be really funny ;D

Anyway, I like to have a laugh so +1
your +1 doesnt counted
Title: Re: Cry Chat
Post by: iMJets on August 08, 2010, 11:20:32 PM
lmfao this is funny but i like /ignore players way better
Title: Re: Cry Chat
Post by: Roach on August 09, 2010, 10:52:53 AM
lmfao this is funny but i like /ignore players way better

Has been suggested months ago.
/Ignore ID would be a good option, but i guess they are too lazy to script it.
It would result in more nice gameplay without annoying kids pm-ing you all the time or whatever.
Title: Re: Cry Chat
Post by: Sadik on August 09, 2010, 10:22:59 PM
I like the idea but it could be abused.

*NEWS: Cheetos has been put in the cry corner.
But yeah this would be really funny ;D

Anyway, I like to have a laugh so +1
your +1 doesnt counted
Why's that?
Title: Re: Cry Chat
Post by: Friskyyyy on August 10, 2010, 02:34:59 PM
I'm against this idea.
Title: Re: Cry Chat
Post by: [V3loc1Ty] on August 10, 2010, 08:24:22 PM
Sounds like a fun idea to me heh. ;D
Title: Re: Cry Chat
Post by: Gryphus_One on August 10, 2010, 11:06:14 PM
Nah I don't like it -1
It would be better to implement a /cry command (for players, not for admins only), and when someone types it (imagine he is nicknamed "random_player"), a text appears saying "random_player cryies, get a tissue!!!"
Title: Re: Cry Chat
Post by: robbynab on August 10, 2010, 11:12:35 PM
What about Cry Forums? :-X