#include <amxmodx>
#include <amxmisc>
#include <colorchat>
#define PLUGIN "Karonkodas"
#define VERSION "1.0"
#define AUTHOR "QuExToN.#"
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_clcmd("say anyad","jelent1")
register_clcmd("say kurva","jelent2")
register_clcmd("say csicska","jelent3")
register_clcmd("say geci","jelent4")
register_clcmd("say bot","jelent5")
register_clcmd("say kurva anyad","jelent6")
register_clcmd("say botgeci","jelent7")
register_clcmd("say ","jelent8")
}
public jelent1(id)
{
new name[32]
get_user_name(id,name,31)
ColorChat(id, RED, "^4`[E]xPloZ!vE.# » ^3Tilós a Káronkodás!")
}
public jelent2(id)
{
new name[32]
get_user_name(id,name,31)
ColorChat(id, RED, "^4`[E]xPloZ!vE.# » ^3Tilós a Káronkodás!")
}
public jelent3(id)
{
new name[32]
get_user_name(id,name,31)
ColorChat(id, RED, "^4`[E]xPloZ!vE.# » ^3Tilós a Káronkodás!")
}
public jelent4(id)
{
new name[32]
get_user_name(id,name,31)
ColorChat(id, RED, "^4`[E]xPloZ!vE.# » ^3Tilós a Káronkodás!")
}
public jelent5(id)
{
new name[32]
get_user_name(id,name,31)
ColorChat(id, RED, "^4`[E]xPloZ!vE.# » ^3Tilós a Káronkodás!")
}
public jelent6(id)
{
new name[32]
get_user_name(id,name,31)
ColorChat(id, RED, "^4`[E]xPloZ!vE.# » ^3Tilós a Káronkodás!")
}
public jelent7(id)
{
new name[32]
get_user_name(id,name,31)
ColorChat(id, RED, "^4`[E]xPloZ!vE.# » ^3Tilós a Káronkodás!")
}
public jelent8(id)
{
new name[32]
get_user_name(id,name,31)
ColorChat(id, RED, "^4`[E]xPloZ!vE.# » ^3Tilós a Káronkodás!")
}