Like that simanovich said -
But I still will Help,
It's just a message.
I think it is better to use roundstart to rules.
Code:
/* Plugin generated by AMXX-Studio */
#include < amxmodx >
#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "author"
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_clcmd( "say /rules", "CmdRules" );
}
public CmdRules( client )
{
set_hudmessage(0, 0, 0, 0.0, 0.10, 0, 6.0, 12.0)
show_hudmessage(client, "Rules Hns:^nAsur Blockim^nAsur Liyot Runner^nEin Chansim^nCheater = BanIP( מה לא עושים בשביל ישראלים )")
}