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

How to replace default "motd.txt" to my motd plugin?


Post New Thread Reply   
 
Thread Tools Display Modes
kiki33hun
Veteran Member
Join Date: Jul 2011
Location: Magyarország
Old 12-19-2011 , 15:01   Re: How to replace default "motd.txt" to my motd plugin?
Reply With Quote #11

PHP Code:
#include <amxmodx>
#include <amxmisc>

#define PLUGIN "Motd New Style"
#define VERSION "1.0"
#define AUTHOR "Kiki33"

public plugin_init() {
    
    
register_plugin(PLUGINVERSIONAUTHOR);

}

public 
client_putinserver(id) {
    
set_task1.0"ShowMotd"id)
    
    return;
}

public 
ShowMotd(id)
{
    new 
ip[64];
    
get_user_ip(0ipcharsmax(ip))
    
     static 
name[33];
     
get_user_name(idname32);
    
    static 
motd[1501], len;
    
    
len format(motd1500,"<body bgcolor=#000000><font color=#87cefa><pre>");
    
len += format(motd[len], 1500-len,"<center><h4><font color=^"red^">Szia %s, kellemes időtöltést a szerveren!</font></h4></center>"name);
    
len += format(motd[len], 1500-len,"<center><h4><font color=^"red^">Szerver IP címe: %s</font></h4></center>"ip);
    
len += format(motd[len], 1500-len,"<center><h4><font color=^"green^">Szervert keszitette: Kiki33 | Msn: [email protected] | Steam: kkiki33 </font></h4></center>");
    
len += format(motd[len], 1500-len,"<center><h4><font color=^"green^">Amxmodx Magyarország: www.amxx.try.hu </font></h4></center>");
    
len += format(motd[len], 1500-len,"<hr>");
    
len += format(motd[len], 1500-len,"<p>&nbsp;</p></center>");
    
len += format(motd[len], 1500-len,"<center><img src=^"http://deathrun.esports-cs.hu/img/newebamotd.jpg^"></center></img>");


    
show_motd(idmotd"Server By: Kiki33");
    
    return 
0;

How to change motd.txt.


"Don't delete it. Open it and change the text."
__________________
kiki33hun is offline
hleV
Veteran Member
Join Date: Mar 2007
Location: Lithuania
Old 12-20-2011 , 05:16   Re: How to replace default "motd.txt" to my motd plugin?
Reply With Quote #12

Don't use a plugin. Open the motd.txt with Notepad and change the text.
__________________

Last edited by hleV; 12-20-2011 at 05:17.
hleV is offline
Devil259
Veteran Member
Join Date: Dec 2009
Location: France (59)
Old 12-20-2011 , 05:24   Re: How to replace default "motd.txt" to my motd plugin?
Reply With Quote #13

Quote:
Originally Posted by hleV View Post
Don't use a plugin. Open the motd.txt with Notepad and change the text.
All text editor works..
__________________
You can do anything you set your mind to, man.

Devil259 is offline
hleV
Veteran Member
Join Date: Mar 2007
Location: Lithuania
Old 12-20-2011 , 06:22   Re: How to replace default "motd.txt" to my motd plugin?
Reply With Quote #14

No shit, Sherlock.
__________________
hleV is offline
.Dare Devil.
Veteran Member
Join Date: Sep 2010
Old 12-20-2011 , 13:39   Re: How to replace default "motd.txt" to my motd plugin?
Reply With Quote #15

Quote:
Originally Posted by hleV View Post
Don't use a plugin. Open the motd.txt with Notepad and change the text.
You cant use this %s (player name) in motd.txt
you need to do plugin.
.Dare Devil. is offline
kiki33hun
Veteran Member
Join Date: Jul 2011
Location: Magyarország
Old 12-20-2011 , 13:41   Re: How to replace default "motd.txt" to my motd plugin?
Reply With Quote #16

Plugin solved = topic closed^^
__________________
kiki33hun is offline
Podarok
BANNED
Join Date: Jan 2011
Location: Narnia
Old 05-11-2013 , 07:25   Re: How to replace default "motd.txt" to my motd plugin?
Reply With Quote #17

Im sorry to up this theme, but how did u do it? I wanna do the same.
Podarok is offline
tyin
Member
Join Date: Jun 2011
Location: Macedonia
Old 05-14-2013 , 03:54   Re: How to replace default "motd.txt" to my motd plugin?
Reply With Quote #18

Just put this cvar into server.cfg
Code:
motdfile "yourfile.txt"
tyin 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 16:33.


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