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

How to print a message when someone joins


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
lockeymc
New Member
Join Date: Sep 2012
Old 09-13-2012 , 03:08   How to print a message when someone joins
Reply With Quote #1

I Wanted to print a message in-game for a player when he join ours server, but i want it to only be visible on his side, how to do i do this?
lockeymc is offline
berni
SourceMod Plugin Approver
Join Date: May 2007
Location: Austria
Old 09-13-2012 , 03:11   Re: How to print a message when someone joins
Reply With Quote #2

PHP Code:
public OnClientPutInServer(client)
{
    
PrintToChat(client"Hi %N, this plugin was written by someone who is too lazy to find out things himself, have fun!"client);

http://docs.sourcemod.net/api/index....d=show&id=389&
http://docs.sourcemod.net/api/index....d=show&id=114&

Edit: missing "public"
__________________
Why reinvent the wheel ? Download smlib with over 350 useful functions.

When people ask me "Plz" just because it's shorter than "Please" I feel perfectly justified to answer "No" because it's shorter than "Yes"
powered by Core i7 3770k | 32GB DDR3 1886Mhz | 2x Vertex4 SSD Raid0

Last edited by berni; 09-13-2012 at 05:17.
berni is offline
Doc-Holiday
AlliedModders Donor
Join Date: Jul 2007
Old 09-13-2012 , 03:25   Re: How to print a message when someone joins
Reply With Quote #3

Quote:
Originally Posted by berni View Post
PHP Code:
OnClientPutInServer(client)
{
    
PrintToChat(client"Hi %N, this plugin was written by someone who is too lazy to find out things himself, have fun!"client);

This is prolly the best print chat i have seen yet...
Doc-Holiday is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 09-13-2012 , 03:32   Re: How to print a message when someone joins
Reply With Quote #4

Maybe need file a BUG about AlliedModders-forum broken search button.
Bacardi is offline
FaTony
Veteran Member
Join Date: Aug 2008
Old 09-13-2012 , 03:41   Re: How to print a message when someone joins
Reply With Quote #5

This thread is priceless.
__________________
FaTony is offline
Thorlax
Junior Member
Join Date: May 2008
Location: Sweden
Old 09-13-2012 , 08:40   Re: How to print a message when someone joins
Reply With Quote #6

Good example.
Thorlax is offline
Send a message via Skype™ to Thorlax
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 13:04.


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