 |
|
Veteran Member
Join Date: Jan 2010
Location: Khi, Pakistan
|

12-05-2010
, 10:36
Re: Don't close motd with space?
|
#10
|
Quote:
Originally Posted by avril-lavigne
possible i have the code
Code:
#include <amxmodx>
#define PLUGIN "Motd Block"
#define VERSION "1.0"
#define AUTHOR "Ser_UFL"
public plugin_init()
register_plugin(PLUGIN, VERSION, AUTHOR)
public client_putinserver(id)
set_task(0.1, "MotdBlock", id, "", 0, "a", 100) // 100 means - 10 seconds u cant close it
public MotdBlock(id)
show_motd(id, "motd.txt", "RULES")
|
That would even work, and will annoy the client instead
__________________
|
|
|
|