Raised This Month: $ Target: $400
 0% 

[ANY] Simple Welcome Message 1.2


Post New Thread Reply   
 
Thread Tools Display Modes
jeezz
Senior Member
Join Date: Apr 2012
Location: netherlands
Old 11-12-2013 , 14:27   Re: [ANY] Simple Welcome Message 1.2
Reply With Quote #131

Hi, is it possible to make the lines show at different times instead of all at once?
For example:
Line 1 15sec
Line 2 20sec
Line 3 25sec

thx for the plugin!

dubbel post cos no answer

Last edited by jeezz; 11-12-2013 at 14:28.
jeezz is offline
cREANy0
SourceMod Donor
Join Date: Jul 2012
Location: Germany
Old 11-13-2013 , 19:21   Re: [ANY] Simple Welcome Message 1.2
Reply With Quote #132

Quote:
Originally Posted by AlfredSpain View Post
cs:go not work?
Works fine.
__________________
cREANy0 is offline
jeezz
Senior Member
Join Date: Apr 2012
Location: netherlands
Old 11-14-2013 , 05:44   Re: [ANY] Simple Welcome Message 1.2
Reply With Quote #133

Quote:
Originally Posted by jeezz View Post
Hi, is it possible to make the lines show at different times instead of all at once?
For example:
Line 1 15sec
Line 2 20sec
Line 3 25sec

thx for the plugin!

dubbel post cos no answer
ok sweet, no answer...

well, is there somebody that can make a timer on this plugin?
i cant do it myself, not good with these things...

thx
jeezz is offline
JayOtt
Junior Member
Join Date: Dec 2013
Old 01-03-2014 , 15:51   Re: [ANY] Simple Welcome Message 1.2
Reply With Quote #134

Hi all,

Can't seen to get this plugin to display more than one line. My console keeps saying:
Code:
[simplewelcomemsg.smx] Set the maximum number of lines of.
...and I have the following in my server.cfg:
Code:
sm_swm_enable "1"
sm_swm_timer "20.0"
sm_swm_msgtype "1"
sm_swm_messagelines "6"
... can someone tell me what I'm doing wrong?

Last edited by JayOtt; 01-03-2014 at 16:09.
JayOtt is offline
jeezz
Senior Member
Join Date: Apr 2012
Location: netherlands
Old 01-10-2014 , 12:06   Re: [ANY] Simple Welcome Message 1.2
Reply With Quote #135

seems like he dont suport anymore
jeezz is offline
Chdata
Veteran Member
Join Date: Aug 2012
Location: Computer Chair, Illinois
Old 01-21-2014 , 04:00   Re: [ANY] Simple Welcome Message 1.2
Reply With Quote #136

I love how I reduced the filesize of this plugin from 24mb to 4mb by making a loop...

PHP Code:
    for (new 1<= (GetConVarInt(g_Cvar_PanelLines)); i++)
    {
        
decl String:translation[32];
        
Format(translationsizeof(translation), "PanelLine%i"i);
        
Format(ssizeof(s), "%t"translationLANG_SERVER);
        
DrawPanelText(panels);
    } 
__________________
Chdata is offline
St00ne
Veteran Member
Join Date: Jan 2011
Location: Annecy - France
Old 01-21-2014 , 15:22   Re: [ANY] Simple Welcome Message 1.2
Reply With Quote #137

Quote:
Originally Posted by Chdata View Post
I love how I reduced the filesize of this plugin from 24mb to 4mb by making a loop...

PHP Code:
    for (new 1<= (GetConVarInt(g_Cvar_PanelLines)); i++)
    {
        
decl String:translation[32];
        
Format(translationsizeof(translation), "PanelLine%i"i);
        
Format(ssizeof(s), "%t"translationLANG_SERVER);
        
DrawPanelText(panels);
    } 
That sounds good and might fix the little bug I had on some maps displaying chat hints (they were repeared idk why).

Anyway would you mind share?
__________________

*** *** ***
-My plugins-
St00ne is offline
Chdata
Veteran Member
Join Date: Aug 2012
Location: Computer Chair, Illinois
Old 01-21-2014 , 17:53   Re: [ANY] Simple Welcome Message 1.2
Reply With Quote #138

It doesn't fix them reappearing, I noticed that too, but I don't consider it a huge issue.

Especially since mines allows pressing 1 to exit the menu instead of 0.
__________________

Last edited by Chdata; 01-21-2014 at 17:53.
Chdata is offline
St00ne
Veteran Member
Join Date: Jan 2011
Location: Annecy - France
Old 01-21-2014 , 22:50   Re: [ANY] Simple Welcome Message 1.2
Reply With Quote #139

Ok, but why this plugin would make server messages (let's say map messages) repeat? I don't get it...
__________________

*** *** ***
-My plugins-
St00ne is offline
Chdata
Veteran Member
Join Date: Aug 2012
Location: Computer Chair, Illinois
Old 01-22-2014 , 04:04   Re: [ANY] Simple Welcome Message 1.2
Reply With Quote #140

No idea what you mean. All I've seen was that the msay style intro panel sometimes reappears after being closed.
__________________
Chdata 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 20:18.


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