Raised This Month: $ Target: $400
 0% 

Join message


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
FragOwn
Senior Member
Join Date: Jun 2010
Old 10-12-2010 , 08:15   Join message
Reply With Quote #1

I've search for a plugin which when a player has joined the server it will say like this.
Player Name: I've joined this server, and I'm ready to die.
Something like that, in chat. But, I didn't found it.
__________________
We can't aim, but we can kill.
FragOwn is offline
FlyingHorse
Senior Member
Join Date: Apr 2010
Location: Under your bed.
Old 10-12-2010 , 09:05   Re: Join message
Reply With Quote #2

PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>
#define PLUGIN "connect"
#define VERSION "1.0"
#define AUTHOR "FlyingHorse"

public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
}
public 
client_putinserver(id)
{
    new 
name[32]
    
get_user_name(idname31)
    
client_print(0print_chat"Player %s: I've joined this server, and I'm ready to die."name);

FlyingHorse is offline
Send a message via Skype™ to FlyingHorse
Nathan2
BANNED
Join Date: Apr 2010
Old 10-13-2010 , 11:01   Re: Join message
Reply With Quote #3

"Player %s: I've joined this server, and I'm ready to die"
All players see?
Nathan2 is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 10-13-2010 , 11:03   Re: Join message
Reply With Quote #4

Quote:
Originally Posted by Nathan2 View Post
All players see?
Try it and see....
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
amigosaostiroos
Senior Member
Join Date: Sep 2010
Location: Portugal
Old 10-13-2010 , 11:08   Re: Join message
Reply With Quote #5

yes all players see...
amigosaostiroos is offline
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 19:12.


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