AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [ANY]Simple client join messages (https://forums.alliedmods.net/showthread.php?t=266680)

Giovanifsa 07-19-2015 15:50

[ANY]Simple client join messages
 
2 Attachment(s)
Displays a message when a specific client joins.

CVARs:
sm_msgon 1 = Set to 0 to disable the plugin if you want.
sm_msgnames 0 = Defines if the plugin will show the player name before the message.

How to make messages:
You can also check the file in data/messages_example.txt in the zip.
Spoiler


How to install:
Extract the folder to YouServerFolder>mod>addons>sourcemod
Edit messages.txt

Version 1.1: Added IP support and chat colors support.
Version 1.1.1: Fixed plugin showing messages in the server console.

jeezz 08-04-2015 05:41

Re: [ANY]Simple client join messages
 
thx...
can u make this plugin also that it check for players ip, and not steam id?

thx again!

Giovanifsa 09-06-2015 10:34

Re: [ANY]Simple client join messages
 
Quote:

Originally Posted by jeezz (Post 2328169)
thx...
can u make this plugin also that it check for players ip, and not steam id?

thx again!

There we go! sorry for the delay...

shavit 09-06-2015 10:40

Re: [ANY]Simple client join messages
 
Code:

GetClientAuthId(client, AuthId_Steam3, clientID, 128);
Thanks for going with SteamID3 ;)

jeezz 10-04-2015 05:51

Re: [ANY]Simple client join messages
 
Quote:

Originally Posted by Giovanifsa (Post 2340399)
There we go! sorry for the delay...

thx but i have error in my sm logs:
[SM] Unable to load plugin "joinmessages.smx": Native "GetUserMessageType" was not found
do you know what this mean?

Ruthless1 12-24-2023 19:16

Re: [ANY]Simple client join messages
 
I see from jeezz's last question, it hasn't been responded to. So am I to assume you no longer maintain your plugin? I have followed your guide for installation but the message does NOT appear on screen when specific players enter the game.

You have set your plugin to ANY but will that include L4D1?


All times are GMT -4. The time now is 15:16.

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