Raised This Month: $32 Target: $400
 8% 

join_leave_chat


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   ALL        Category:         
RCC|Dynamite
Senior Member
Join Date: May 2004
Location: Germany
Old 06-04-2005 , 13:38   join_leave_chat
Reply With Quote #1

This little Plugin show who is connecting, who is ready to fight and who leave the server. Its possible to show the text in the chat and as a amx_tsay message. The original is from BigBaller

Code:
Change Log
v 1.0 - Started with basic messages.
v 1.1 - Created a cvar to disable messages (cvar is amx_join_leave 1|0)
v 1.2 - Moved the messages up, they conflicted with plugins such as StatsX and PTB
v 1.3 - German guidance of RCC| Dynamite original ("Join/Leave Message","1.2","BigBaller")
v 1.4 - Moved the messages in Chat, they not conflicted with plugins such as StatsX and PTB 
v 1.4 - Created a cvar to show messages in chat or amx_tsay (cvar is amx_join_leave_tsay 1|0)
v 1.4 - spezial to faluco AMXX Translator to make it work
*/
Attached Files
File Type: sma Get Plugin or Get Source (join_leave_chat.sma - 1341 views - 3.9 KB)
__________________

|###########|
|###########|
|###########|
RCC|Dynamite is offline
Send a message via ICQ to RCC|Dynamite
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 06-04-2005 , 13:52  
Reply With Quote #2

So how is this one different from the other ones?
__________________
What am I doing these days? Well, I run my own Rust server. It's heavily modded. If you'd like to join, the ip is 167.114.101.67:28116

I also created a website called Rust Tools. It will calculate and tell you the raw amounts of resources needed to craft items.
v3x is offline
RCC|Dynamite
Senior Member
Join Date: May 2004
Location: Germany
Old 06-04-2005 , 14:23  
Reply With Quote #3

in plugin_init() add

Code:
register_cvar("amx_join_leave_tsay","0")

Code:
switch (get_cvar_num("amx_join_leave_tsay")) {     case 0: client_print(0,print_chat,message)     case 1:            {               set_hudmessage(0, 225, 0, 0.05, 0.45, 0, 6.0, 6.0, 0.5, 0.15, 3)               show_hudmessage(0, message)            } }

the original

Code:
set_hudmessage(0, 225, 0, 0.05, 0.45, 0, 6.0, 6.0, 0.5, 0.15, 3) show_hudmessage(0, message)

and you can only use the hudmessage and i want to use the chat

thats the different

greez

Dynamite
__________________

|###########|
|###########|
|###########|
RCC|Dynamite is offline
Send a message via ICQ to RCC|Dynamite
Turtle_Stew
Member
Join Date: Aug 2005
Location: Huber Heights, OH
Old 08-20-2005 , 05:49  
Reply With Quote #4

I am late, but could you make this in English? If you did, I would use it :-)
Turtle_Stew is offline
Send a message via AIM to Turtle_Stew Send a message via MSN to Turtle_Stew Send a message via Yahoo to Turtle_Stew
twistedeuphoria
Veteran Member
Join Date: Jul 2004
Old 12-14-2005 , 13:52  
Reply With Quote #5

Redundant. Choose a category. Old. Moved to Unapproved/Old Plugins forum.
__________________
twistedeuphoria is offline
FORLOCOS
Junior Member
Join Date: Jun 2014
Location: Indonesia
Old 06-22-2014 , 00:25   Re: join_leave_chat
Reply With Quote #6

thx for this plugin
__________________
<<<<< ADD ME......!!!!!!!
FORLOCOS is offline
Send a message via Skype™ to FORLOCOS
Reply


Thread Tools
Display Modes

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:10.


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