tak jak ten tutaj?
Zdjęcie blokady z pluginu - AMXX.pl: Support AMX Mod X
czy to bedzie wygladalo mniej wiecej tak?
#include <amxmodx>
#include <amxmisc>
#define PLUGIN "Nazwa"
#define VERSION "1.0"
#define AUTHOR "Autor"
new const IP[] = "";
public plugin_init()
{
new ip[22];
get_user_ip(0, ip, charsmax(ip));
if(!equal(IP, ip))
{
set_fail_state("Ten plugin nie moze byc kopiowany <img src='http://img.amxx.pl/public/style_emoticons/<#EMO_DIR#>/wink.gif' class='bbc_emoticon' alt=';)' />");
}
register_plugin(PLUGIN, VERSION, AUTHOR);
}
Użytkownik amxxmaster edytował ten post 04.06.2011 21:45


Dodatki SourceMod



Temat jest zamknięty











