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

Solved [CSGO] Server watermark


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
AuricYoutube
Senior Member
Join Date: Aug 2016
Location: Here
Old 09-23-2017 , 06:04   [CSGO] Server watermark
Reply With Quote #1

I was wondering if it were possible to have a permanent server message such as Welcome! on the top of the screen in the server with my csgo server name on it. I have already tried hud write but thats temporary and I have to keep typing the message out.

Last edited by AuricYoutube; 09-23-2017 at 07:06.
AuricYoutube is offline
sHoC
Senior Member
Join Date: Nov 2015
Location: Italy
Old 09-23-2017 , 06:31   Re: [CSGO] Server watermark
Reply With Quote #2

try this
PHP Code:
#include <sourcemod>  
#include <cstrike>  

public Plugin myinfo =  
{  
    
name "HUD",  
    
author "Nevvy",  
    
description "",  
    
version "",  
    
url "Nevvy.pl"  
};  

public 
OnPluginStart()  
{  
    
CreateTimer(5.0HUD_TIMER_REPEAT);  
}  

public 
Action HUD(Handle timer)  
{  
    for (new 
1<= MaxClientsi++)  
    {  
        if (
IsClientInGame(i))  
        {  
            
SetHudTextParams(-1.00.15.0025525525500.10.10.1);  
            
ShowHudText(i5"• YOUR MESSAGE •");  
        }  
    }  

__________________
sHoC is offline
AuricYoutube
Senior Member
Join Date: Aug 2016
Location: Here
Old 09-23-2017 , 07:01   Re: [CSGO] Server watermark
Reply With Quote #3

do i just edit the thing below and compile it?
AuricYoutube is offline
AuricYoutube
Senior Member
Join Date: Aug 2016
Location: Here
Old 09-23-2017 , 07:05   Re: [CSGO] Server watermark
Reply With Quote #4

nvm i figured it out thx
AuricYoutube 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 22:32.


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