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

[CS:GO] Welcome Chat Message


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Markie
New Member
Join Date: Feb 2018
Plugin ID:
6026
Plugin Version:
Plugin Category:
General Purpose
Plugin Game:
Counter-Strike: GO
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    This plugin allows you to send any messages to new players connecting to your server.
    Old 02-19-2018 , 12:41   [CS:GO] Welcome Chat Message
    Reply With Quote #1

    CS:GO - Welcome Chat Message (WCM).

    This plugin allows you to send any messages to new players connecting to your server.

    This overall plugin is inspired by PNKS! Competitive servers, so shoutout to them.

    Here's some in-game screenshots of what the plugin looks like: https://gyazo.com/5c29e45423d193734be7e05eb853c2a3

    Note: Don't pm me for support, just post here so others can help and learn from the answers.

    Thank's for checking this plugin out, if you appreciate my work, feel free to donate!
    <3


    Steam: http://steamcommunity.com/profiles/76561198445006242/
    If you're checking out my steam profile, I apologize for the picture of the models on my artwork showcase, I don't have a girlfriend. That should be fairly obvious XD.
    Attached Files
    File Type: sp Get Plugin or Get Source (wcm.sp - 10729 views - 2.0 KB)

    Last edited by Markie; 02-19-2018 at 16:15. Reason: Added cvars
    Markie is offline
    Nanochip
    Senior Member
    Join Date: Jan 2014
    Old 02-19-2018 , 14:17   Re: [CS:GO] Welcome Chat Message
    Reply With Quote #2

    Since it compiles on the forums, don't attach an smx file.
    __________________
    Nanochip is offline
    AceNetworks
    Member
    Join Date: Aug 2017
    Old 02-19-2018 , 14:19   Re: [CS:GO] Welcome Chat Message
    Reply With Quote #3

    Nice!
    AceNetworks is offline
    nox4kill
    New Member
    Join Date: May 2018
    Old 05-25-2018 , 12:26   Re: [CS:GO] Welcome Chat Message
    Reply With Quote #4

    can you share the cfg file? so that i can edit the text inside. tq
    nox4kill is offline
    mr_cock
    Member
    Join Date: Sep 2018
    Old 12-05-2018 , 19:49   Re: [CS:GO] Welcome Chat Message
    Reply With Quote #5

    How do I change the text of the message? I dont see a config file!
    mr_cock is offline
    Notifications
    AlliedModders Donor
    Join Date: Oct 2015
    Old 12-05-2018 , 20:22   Re: [CS:GO] Welcome Chat Message
    Reply With Quote #6

    Quote:
    Originally Posted by nox4kill View Post
    can you share the cfg file? so that i can edit the text inside. tq
    Quote:
    Originally Posted by mr_cock View Post
    How do I change the text of the message? I dont see a config file!
    Legit the first few lines within the plugin SP file
    Quote:
    public void OnPluginStart()
    {
    g_cServerLink = CreateConVar("sm_cmsg_serverlink", "www.yourwebsite.com/sourcebans", "Link to your servers page");
    g_cWebsiteLink = CreateConVar("sm_cmsg_websitelink", "www.yourwebsite.com", "Link to your website");

    HookEvent("player_spawn", Event_OnPlayerSpawn);
    }
    Alternatively do it via the sm commands sm_cmsg_serverlink and sm_cmsg_websitelink
    Notifications is offline
    Godzilla
    Junior Member
    Join Date: Oct 2017
    Old 03-15-2019 , 18:48   Re: [CS:GO] Welcome Chat Message
    Reply With Quote #7

    Code:
    PrintToChat(client, "=[Gs]= \x07~ \x01Hey Ho, \x03%N", client);
    	PrintToChat(client, "=[Gs]= \x07~ \x01Please Join https://www.ghostingsquad.com/ \x06%s", client, sWebsiteLink);
    	PrintToChat(client, "=[Gs]= \x07~ \x01Have Fun, Be Nice. Enjoy!", client);
    	PrintToChat(client, "=[Gs]= \x07~ \x01Servers: \x06%s", client, sServerLink);
    	PrintToChat(client, "=[Gs]= \x07~ \x04Update\x01: \x10https://www.ghostingsquad.com/ \x01Added!", client);
    	g_bMessagesShown[client] = true;
    Does not work?
    Godzilla is offline
    jolugara
    New Member
    Join Date: Jul 2021
    Old 07-27-2021 , 13:31   Re: [CS:GO] Welcome Chat Message
    Reply With Quote #8

    Does anyone know the way to change the prefix and put the one of my server?
    jolugara 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 04:43.


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