Tutaj kod
#include <amxmodx>
#include <amxmisc>
#define PLUGIN "Vipinfo"
#define VERSION "1.0"
#define AUTHOR "R0bi"
new vipinfo
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_clcmd("say /infovip","vipinfo")
register_clcmd("say /vipinfo","vipinfo")
register_logevent("pokaz_info",2,"1=Round_Start")
}
public Info(id)
{
show_motd(id,"/addons/amxmodx/data/vipinfo.txt","Co ma VIP")
}
public pokaz_info(id)
{
client_print(0,print_chat,"Aby Zobaczyc co posiada VIP : wpisz /vipinfo")
}
W czym tkwi problem ?


Dodatki SourceMod













