Raised This Month: $51 Target: $400
 12% 

Private Chat[Room]


Post New Thread Reply   
 
Thread Tools Display Modes
Alucard^
AMXX Moderator: Others
Join Date: Sep 2007
Location: Street
Old 09-02-2009 , 23:50   Re: Private Chat[Room]
Reply With Quote #21

Sry for double post but i have an idea/suggestion...

You can put a command like /block <player>

And then, that player can't invite you to a private conversation.
__________________
Approved Plugins - Steam Profile

Public non-terminated projects:
All Admins Menu, HLTV parameters, Subnick,
Second Password (cool style), InfoZone,
Binary C4 plant/defuse, and more...

Private projects:
NoSpec (+menu), NV Surf Management,
PM Adanved System, KZ longjump2, and more...
Alucard^ is offline
Send a message via Skype™ to Alucard^
Alucard^
AMXX Moderator: Others
Join Date: Sep 2007
Location: Street
Old 09-05-2009 , 12:58   Re: Private Chat[Room]
Reply With Quote #22

And sry for another bump but... i found a bug... when i create a room... and i invite someone to join... in chat say something like

"Alucard^ joined in the room 1"
"Alucard^ joined in the room 1"

etc... instead of show the name of the player who is joining... only show MY name.

Sry for my english.
__________________
Approved Plugins - Steam Profile

Public non-terminated projects:
All Admins Menu, HLTV parameters, Subnick,
Second Password (cool style), InfoZone,
Binary C4 plant/defuse, and more...

Private projects:
NoSpec (+menu), NV Surf Management,
PM Adanved System, KZ longjump2, and more...
Alucard^ is offline
Send a message via Skype™ to Alucard^
orange
Senior Member
Join Date: Dec 2005
Old 09-05-2009 , 20:38   Re: Private Chat[Room]
Reply With Quote #23

nice plugin good work, seems decent and very helpful
__________________
orange is offline
Hawk552
AMX Mod X Moderator
Join Date: Aug 2005
Old 09-07-2009 , 13:52   Re: Private Chat[Room]
Reply With Quote #24

This plugin is well done.

If you would like any information regarding possible adjustments you could make or things you could do to make this better, please feel free to post here or PM me.

Approved.
__________________
Hawk552 is offline
Send a message via AIM to Hawk552
petbripum
New Member
Join Date: Oct 2009
Old 10-06-2009 , 02:39   Re: Private Chat[Room]
Reply With Quote #25

Thank you so much for the post. It's really useful.
Thanks for sharing.
__________________
petbripum is offline
Xtreamus
Junior Member
Join Date: Feb 2009
Old 06-16-2010 , 15:45   Re: Private Chat[Room]
Reply With Quote #26

This line does not work!
Code:
case 1:
{
      new szName[32];
      get_user_name(id, szName, charsmax(szName));
            
      client_print_color(iInviter, DontChange, "!t%s !ghas denied your invitation to private chat.");
}
Xtreamus is offline
claudiuhks
Yam Inside®™℠
Join Date: Jan 2010
Location: Living Randomly
Old 06-17-2010 , 16:22   Re: Private Chat[Room]
Reply With Quote #27

Why do you use a new include.. the amxmodx have a color chat stock, use this if you want!

Code:
stock chat_color ( const id , const input[ ] , any:... )
{
 new count = 1, players [ 32 ] ;
 static msg [ 191 ] ;
 vformat ( msg , 190 , input , 3 ) ;
 replace_all ( msg , 190 , "!g" , "^4" ) ;
 replace_all ( msg , 190 , "!n" , "^1" ) ;
 replace_all ( msg , 190 , "!t" , "^3" ) ;
 if ( id ) players [ 0 ] = id ; else
 get_players ( players , count , "ch" ) ;
 {
  for ( new i = 0 ; i < count ; i++ )
  {
   if ( is_user_connected ( players [ i ] ) )
   {
    message_begin ( MSG_ONE_UNRELIABLE , get_user_msgid ( "SayText" ) , _ , players [ i ] ) ;
    write_byte ( players [ i ] ) ;
    write_string ( msg ) ;
    message_end ( ) ;
   }
  }
 }
}
And start the print line whit stock name, chat_color

Code:
client_print_color(id, DontChange, "!gInvalid room number.");
to
chat_color(id, DontChange, "!gInvalid room number.");
claudiuhks is offline
Send a message via MSN to claudiuhks Send a message via Yahoo to claudiuhks Send a message via Skype™ to claudiuhks
Alexandruu123
New Member
Join Date: May 2013
Old 05-20-2013 , 01:03   Re: Private Chat[Room]
Reply With Quote #28

Hy,

I would like a feature that admins with RCON (default l flag) can see Private Messages and Private Rooms just like in ghostchat can.

It would be an interesting improvement to it, mainly i want this to avoid advertisements on my server through private messages.
Psycholisten gives some errors in my console...

Thanks for you time,

Alexandru

Last edited by Alexandruu123; 05-20-2013 at 01:44.
Alexandruu123 is offline
Old 12-18-2013, 09:40
Michael Zyskowski
This message has been deleted by YamiKaitou. Reason: spambot
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 01:18.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode