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

How can I create notifications like these in cs 1.6?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Watermelonnable
Member
Join Date: Feb 2017
Old 11-13-2019 , 01:23   How can I create notifications like these in cs 1.6?
Reply With Quote #1

Hello. I've seen these kind of notifications in a couple of servers now and I would like to create something similar. What are those? Any helpful link?

Check te video: https://www.youtube.com/watch?v=lkUrdx56mus at the following timestamps in the upper right corner:

0:28
0:29
0:30
0:31

Last edited by Watermelonnable; 11-13-2019 at 01:24.
Watermelonnable is offline
Rohanlogs
Senior Member
Join Date: Nov 2015
Old 11-13-2019 , 02:20   Re: How can I create notifications like these in cs 1.6?
Reply With Quote #2

Hey. Are you trying to create these in 1.6 or with Sourcemod since you posted in the Sourcemod section?
That's a motd window, you can display it to a client with some simple html code (in 1.6):

Quote:
Originally Posted by KliPPy View Post
Something like this?
PHP Code:
new szBuffer[1536];

new 
iLen formatex(szBuffercharsmax(szBuffer), "<html><head><title>My MOTD</title></head><body>");
iLen += formatex(szBuffer[iLen], charsmax(szBuffer) - iLen"<p>Paragraph! Yay!</p><br/>");
iLen += formatex(szBuffer[iLen], charsmax(szBuffer) - iLen"<div>DIV! WOAAH!</div>");
iLen += formatex(szBuffer[iLen], charsmax(szBuffer) - iLen"</body></html>");

show_motd(idszBuffer); 
If you're trying to do this in csgo, I think they removed it.
__________________
Rohanlogs is offline
Watermelonnable
Member
Join Date: Feb 2017
Old 11-13-2019 , 10:13   Re: How can I create notifications like these in cs 1.6?
Reply With Quote #3

Quote:
Originally Posted by Rohanlogs View Post
Hey. Are you trying to create these in 1.6 or with Sourcemod since you posted in the Sourcemod section?
That's a motd window, you can display it to a client with some simple html code (in 1.6):



If you're trying to do this in csgo, I think they removed it.
Hey, thank you! Yes I posted in the wrong section. How can I move it to where it belongs?

And did you test it? doesn't motd's appear as a black window in the center of the screen?
Watermelonnable is offline
DarkDeviL
SourceMod Moderator
Join Date: Apr 2012
Old 11-14-2019 , 07:41   Re: How can I create notifications like these in cs 1.6?
Reply With Quote #4

Quote:
Originally Posted by Watermelonnable View Post
Yes I posted in the wrong section. How can I move it to where it belongs?
You can't, but you can according to the AlliedModders Rules report both your own threads, as well as other people's threads, to signal to the right people that you believe it should be moved elsewhere:

Code:
If you post (or see a post) in the wrong section, use the Report Post button to request it be moved rather than replying to the thread.

Your thread has been moved to the AMX "Scripting Help" forum now.
__________________
Mostly known as "DarkDeviL".

Dropbox FastDL: Public folder will no longer work after March 15, 2017!
For more info, see the [SRCDS Thread], or the [HLDS Thread].
DarkDeviL is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 11-14-2019 , 08:02   Re: How can I create notifications like these in cs 1.6?
Reply With Quote #5

They're called tutor messages. Due to dumb copyright rules, you're not allowed to use them in CS 1.6, even though you may be able to find couple of plugins that do the job here.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Watermelonnable
Member
Join Date: Feb 2017
Old 11-14-2019 , 17:46   Re: How can I create notifications like these in cs 1.6?
Reply With Quote #6

Quote:
Originally Posted by OciXCrom View Post
They're called tutor messages. Due to dumb copyright rules, you're not allowed to use them in CS 1.6, even though you may be able to find couple of plugins that do the job here.
Thanks man. This is what I was looking for!
Watermelonnable is offline
Reply


Thread Tools
Display Modes

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 08:15.


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