

Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
|
Posted 14.06.2011 18:02
Posted 14.06.2011 18:04
#include <amxmodx> public plugin_init() { register_plugin("Motdy", "VERSION", "DAMIANq") register_clcmd("say /zasady","zasady") register_clcmd("say /regulamin","regulamin") } public zasady(id){ show_motd(id, "zasady.txt", "tytul_motd"); } public regulamin(id){ show_motd(id, "regulamin.txt", "tytul_motd"); }
Edited by DAMIANq, 14.06.2011 18:05.
Posted 14.06.2011 18:13
Posted 14.06.2011 18:20
Posted 14.06.2011 18:48
Posted 14.06.2011 18:59
Posted 14.06.2011 19:09
#include <amxmodx> public plugin_init() { register_plugin("Motdy", "VERSION", "DAMIANq") register_clcmd("say /zasady","zasady") register_clcmd("say /regulamin","regulamin") } public zasady(id){ show_motd(id, "zasady.txt", "Zasady Serwera"); } public regulamin(id){ show_motd(id, "regulamin.txt", "Regulamin"); }Kompilujesz to pod tym linkiem www.amxx.pl/kompilator przykladowe nazwy motd dalem ci juz w pluginie
0 members, 1 guests, 0 anonymous users