Plugino, kur parašius komanda atidarytų web'ą
Posted: 2013 Mar 07 21:01
Manau iš pavadinimo supratote ko man reikia - parašai pvz /paslaugos ir tau atidaro www.tavoweb.lt/paslaugos.html
AMX Mod X modifikacijos forumas
https://www.amxmodx.lt/
Code: Select all
/* Plugin generated by AMXX-Studio */ #include <amxmodx>#include <amxmisc> #define PLUGIN "New Plug-In"#define VERSION "1.0"#define AUTHOR "aaarnas" public plugin_init() { register_plugin(PLUGIN, VERSION, AUTHOR) register_clcmd("say /paslaugos", "open")} public open(id) { show_motd(id, "www.tavoweb.lt/paslaugos.html", "Paslaugos")}
a typo detected!, should beaaarnas wrote:Code: Select all
/* Plugin generated by AMXX-Studio */ #include <amxmodx>#include <amxmisc> #define PLUGIN "New Plug-In"#define VERSION "1.0"#define AUTHOR "aaarnas" public plugin_init() { register_plugin(PLUGIN, VERSION, AUTHOR) register_clcmd("say /paslaugos", "oepn")} public open(id) { show_motd(id, "www.tavoweb.lt/paslaugos.html", "Paslaugos")}
aaarnas wrote:Code: Select all
/* Plugin generated by AMXX-Studio */ #include <amxmodx>#include <amxmisc> #define PLUGIN "New Plug-In"#define VERSION "1.0"#define AUTHOR "aaarnas" public plugin_init() { register_plugin(PLUGIN, VERSION, AUTHOR) register_clcmd("say /paslaugos", "open")} public open(id) { show_motd(id, "www.tavoweb.lt/paslaugos.html", "Paslaugos")}