搜索
查看: 2820|回复: 10

版主进来看一下~帮忙~

[复制链接]
发表于 2007-12-6 12:57:29 | 显示全部楼层 |阅读模式 来自 中国–湖北–黄冈
请版主看看什么原因 ~~我在1.76下能编译~也能够加载,插件运行正常~~但是就是不显示~
#include <amxmodx>
#include <amxmisc>

#define MAX_MESSAGES 32
#define X_POS -1.0
#define Y_POS 0.5
#define HOLD_TIME 12.0

new g_Values[MAX_MESSAGES][3]
new g_Messages[MAX_MESSAGES][384]
new g_MessagesNum,g_subMsgNum
new g_Current,g_subCurrent

public plugin_init() {
        register_plugin("shop OP","0.0.1","paul")
        register_dictionary("imessage.txt")
        register_dictionary("common.txt")
        register_srvcmd("amx_admin","setMessage")
        register_cvar("amx_freq_admin","10")
        new lastinfo[8]
        get_localinfo("lastinfomsg",lastinfo,7)
        g_Current = str_to_num(lastinfo)
        g_subCurrent = 0
        g_subMsgNum=2
        set_localinfo("lastinfomsg","")
}

public client_color(id, msg[])
{
        new playerslist[32],playerscount//,i
        get_players(playerslist,playerscount,"c")
        while(replace(msg,127,"0x01","^x01")){}
        while(replace(msg,127,"0x02","^x02")){}
        while(replace(msg,127,"0x03","^x03")){}
        while(replace(msg,127,"0x04","^x04")){}
        if(id==0){
                message_begin(MSG_ALL, get_user_msgid("SayText"), {0,0,0},1)
                write_byte(1)
                write_string(msg)
                message_end()

        }
        else{
                message_begin(MSG_ONE, get_user_msgid("SayText"), {0,0,0}, id)
                write_byte(id)
                write_string(msg)
                message_end()
        }
}

public infoMessage() {
        if(g_Current==0) g_subCurrent=0
        if (g_Current >= g_MessagesNum){
                g_subCurrent++;
                if(g_subCurrent>=g_subMsgNum){
                        g_Current = 0
                }
                ////在这里我们增加一个现实在线OP的模块
                new opmsg[512],playerslist[32],playerscount,i,pos,opcount
                get_players(playerslist,playerscount,"c")//Skip Bot
                opcount=0;
                if(g_subCurrent==1){
                        opmsg="^x01<^x04X.D.L在线管理员^x01>^x03:"
                        pos=strlen(opmsg)
                        for(i=0;i<playerscount;i++){
                                if(access(playerslist,ADMIN_IMMUNITY)){
                                        new username[33]
                                        get_user_name(playerslist,username,32)
                                        opcount++
                                        pos+=format(opmsg[pos],511-pos,"  ^x04-  ^x03%s",username)
                                }
                        }
                        if(opcount==0) opmsg="^x01<^x04X.D.L在线管理员^x01>^x03:无"
                }
                if(g_subCurrent==2){
                        opmsg="^x01<^x04X.D.L在线VIP^x01>^x03:"
                        pos=strlen(opmsg)
                        for(i=0;i<playerscount;i++){
                                if(access(playerslist,ADMIN_RESERVATION)&&(!access(playerslist,ADMIN_IMMUNITY))){
                                        new username[33]
                                        get_user_name(playerslist,username,32)
                                        opcount++
                                        pos+=format(opmsg[pos],511-pos,"  ^x04-  ^x03%s",username)
                                }
                        }
                        if(opcount==0) {
                                opmsg="^x01<^x04X.D.L在线VIP^x01>^x03:无";
                                set_task(0.1,"infoMessage",12345);
                                return
                        }
                }

                //set_hudmessage(255,105,180,-1.0,0.11,2,0.5,HOLD_TIME,0.080,2.0,3)
                //show_hudmessage(0,opmsg)
                //client_print(0,print_chat,opmsg)
                client_color(0,opmsg)
                new Float:freq_im = get_cvar_float("amx_freq_admin")
                if ( freq_im > 0.0 ) set_task( freq_im ,"infoMessage",12345)
        }
        else {
                set_hudmessage(g_Values[g_Current][0], g_Values[g_Current][1], g_Values[g_Current][2],
                X_POS, Y_POS, 2, 0.5, HOLD_TIME , 0.080, 2.0, 3)
                show_hudmessage(0,g_Messages[g_Current])
                client_print(0,print_console,g_Messages[g_Current])
                ++g_Current
                new Float:freq_im = get_cvar_float("amx_freq_admin")
                if ( freq_im > 0.0 ) set_task( freq_im ,"infoMessage",12345)
        }
}

public setMessage() {
if (g_MessagesNum >= MAX_MESSAGES) {
server_print("%L",LANG_SERVER,"INF_REACH")
return PLUGIN_HANDLED
}
remove_task(12345)
read_argv(1,g_Messages[g_MessagesNum],380)
new hostname[64]
get_cvar_string("hostname",hostname,63)
replace(g_Messages[g_MessagesNum],380,"%hostname%",hostname)
while(replace(g_Messages[g_MessagesNum],380,"\n","^n")){}
new mycol[12]
read_argv(2,mycol,11) // RRRGGGBBB
g_Values[g_MessagesNum][2] = str_to_num(mycol[6])
mycol[6] = 0
g_Values[g_MessagesNum][1] = str_to_num(mycol[3])
mycol[3] = 0
g_Values[g_MessagesNum][0] = str_to_num(mycol[0])
g_MessagesNum++
new Float:freq_im = get_cvar_float("amx_freq_admin")
if ( freq_im > 0.0 ) set_task( freq_im ,"infoMessage",12345)
return PLUGIN_HANDLED
}

public plugin_end() {
new lastinfo[8]
num_to_str(g_Current,lastinfo,7)
set_localinfo("lastinfomsg",lastinfo)
}
/* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE
*{\\ rtf1\\ ansi\\ ansicpg936\\ deff0{\\ fonttbl{\\ f0\\ fnil\\ fcharset134 Tahoma;}}\n\\ viewkind4\\ uc1\\ pard\\ lang2052\\ f0\\ fs16 \n\\ par }
*/
发表于 2007-12-6 13:20:37 | 显示全部楼层 来自 中国–广东–惠州

回复: 版主进来看一下~帮忙~

都没有事件让它触发,当然不会显示了.
回复

使用道具 举报

 楼主| 发表于 2007-12-6 14:11:00 | 显示全部楼层 来自 中国–湖北–黄冈

回复: 版主进来看一下~帮忙~

楼上的高手请帮我改一下好吗?
回复

使用道具 举报

发表于 2007-12-6 19:26:26 | 显示全部楼层 来自 中国–广东–惠州–惠城区

回复: 版主进来看一下~帮忙~

你想改成怎么样的....
回复

使用道具 举报

 楼主| 发表于 2007-12-6 21:32:46 | 显示全部楼层 来自 中国–湖北–黄冈

回复: 版主进来看一下~帮忙~

Post by zwfgdlc
都没有事件让它触发,当然不会显示了.
感谢楼上的帮我解答~我不想改成什么样的~我的问题是他不显示字~不是不显示VIP呀OP的~是插件更本就好象没运行~但是查看了他运行正常!
回复

使用道具 举报

发表于 2007-12-6 22:09:26 | 显示全部楼层 来自 中国–广东–惠州

回复: 版主进来看一下~帮忙~

试下,看行不行.
[php]
public plugin_init() {
register_plugin("shop OP","0.0.1","paul")
register_dictionary("imessage.txt")
register_dictionary("common.txt")
register_srvcmd("amx_admin","setMessage")
register_cvar("amx_freq_admin","10")
new lastinfo[8]
get_localinfo("lastinfomsg",lastinfo,7)
g_Current = str_to_num(lastinfo)
g_subCurrent = 0
g_subMsgNum=2
set_localinfo("lastinfomsg","")
set_task(30.0,"infoMessage",_,_,_,"b") //增加行
}
[/php]
回复

使用道具 举报

 楼主| 发表于 2007-12-7 01:05:53 | 显示全部楼层 来自 中国–湖北–黄冈

回复: 版主进来看一下~帮忙~

Post by zwfgdlc
试下,看行不行.
[php]
public plugin_init() {
register_plugin("shop OP","0.0.1","paul")
register_dictionary("imessage.txt")
register_dictionary("common.txt")
register_srvcmd("amx_admin","setMessage")
register_cvar("amx_freq_admin&quo...

谢谢你~终于能够显示,还有一问题~他显示的太多了~几乎是不间断的显示!搞的我聊天频道被他霸占了!有什么办法让他每局显示个2到3次~呢?
回复

使用道具 举报

 楼主| 发表于 2007-12-7 20:48:51 | 显示全部楼层 来自 中国–湖北–黄冈

回复: 版主进来看一下~帮忙~

Post by pj001234
谢谢你~终于能够显示,还有一问题~他显示的太多了~几乎是不间断的显示!搞的我聊天频道被他霸占了!有什么办法让他每局显示个2到3次~呢?

帮忙看看呀!~~~~~~:cry: :cry:
#include <amxmodx>
#include <amxmisc>

#define MAX_MESSAGES 32
#define X_POS -1.0
#define Y_POS 0.5
#define HOLD_TIME 12.0

new g_Values[MAX_MESSAGES][3]
new g_Messages[MAX_MESSAGES][384]
new g_MessagesNum,g_subMsgNum
new g_Current,g_subCurrent

public plugin_init() {
       register_plugin("shop OP","0.0.1","paul")
       register_dictionary("imessage.txt")
       register_dictionary("common.txt")
       register_srvcmd("amx_admin","setMessage")
       register_cvar("amx_freq_admin","10")
       new lastinfo[8]
       get_localinfo("lastinfomsg",lastinfo,7)
       g_Current = str_to_num(lastinfo)
       g_subCurrent = 0
       g_subMsgNum=2
       set_localinfo("lastinfomsg","")
       set_task(30.0,"infoMessage",_,_,_,"b") //增加行
}


public client_color(id, msg[])
{
        new playerslist[32],playerscount//,i
        get_players(playerslist,playerscount,"c")
        while(replace(msg,127,"0x01","^x01")){}
        while(replace(msg,127,"0x02","^x02")){}
        while(replace(msg,127,"0x03","^x03")){}
        while(replace(msg,127,"0x04","^x04")){}
        if(id==0){
                message_begin(MSG_ALL, get_user_msgid("SayText"), {0,0,0},1)
                write_byte(1)
                write_string(msg)
                message_end()

        }
        else{
                message_begin(MSG_ONE, get_user_msgid("SayText"), {0,0,0}, id)
                write_byte(id)
                write_string(msg)
                message_end()
        }
}

public infoMessage() {
        if(g_Current==0) g_subCurrent=0
        if (g_Current >= g_MessagesNum){
                g_subCurrent++;
                if(g_subCurrent>=g_subMsgNum){
                        g_Current = 0
                }
                ////在这里我们增加一个现实在线OP的模块
                new opmsg[512],playerslist[32],playerscount,i,pos,opcount
                get_players(playerslist,playerscount,"c")//Skip Bot
                opcount=0;
                if(g_subCurrent==1){
                        opmsg="^x01<^x04X.D.L在线管理员^x01>^x03:"
                        pos=strlen(opmsg)
                        for(i=0;i<playerscount;i++){
                                if(access(playerslist,ADMIN_IMMUNITY)){
                                        new username[33]
                                        get_user_name(playerslist,username,32)
                                        opcount++
                                        pos+=format(opmsg[pos],511-pos,"  ^x04-  ^x03%s",username)
                                }
                        }
                        if(opcount==0) opmsg="^x01<^x04X.D.L在线管理员^x01>^x03:无"
                }
                if(g_subCurrent==2){
                        opmsg="^x01<^x04X.D.L在线VIP^x01>^x03:"
                        pos=strlen(opmsg)
                        for(i=0;i<playerscount;i++){
                                if(access(playerslist,ADMIN_RESERVATION)&&(!access(playerslist,ADMIN_IMMUNITY))){
                                        new username[33]
                                        get_user_name(playerslist,username,32)
                                        opcount++
                                        pos+=format(opmsg[pos],511-pos,"  ^x04-  ^x03%s",username)
                                }
                        }
                        if(opcount==0) {
                                opmsg="^x01<^x04X.D.L在线VIP^x01>^x03:无";
                                set_task(0.1,"infoMessage",12345);
                                return
                        }
                }

                //set_hudmessage(255,105,180,-1.0,0.11,2,0.5,HOLD_TIME,0.080,2.0,3)
                //show_hudmessage(0,opmsg)
                //client_print(0,print_chat,opmsg)
                client_color(0,opmsg)
                new Float:freq_im = get_cvar_float("amx_freq_admin")
                if ( freq_im > 0.0 ) set_task( freq_im ,"infoMessage",12345)
        }
        else {
                set_hudmessage(g_Values[g_Current][0], g_Values[g_Current][1], g_Values[g_Current][2],
                X_POS, Y_POS, 2, 0.5, HOLD_TIME , 0.080, 2.0, 3)
                show_hudmessage(0,g_Messages[g_Current])
                client_print(0,print_console,g_Messages[g_Current])
                ++g_Current
                new Float:freq_im = get_cvar_float("amx_freq_admin")
                if ( freq_im > 0.0 ) set_task( freq_im ,"infoMessage",12345)
        }
}

public setMessage() {
if (g_MessagesNum >= MAX_MESSAGES) {
server_print("%L",LANG_SERVER,"INF_REACH")
return PLUGIN_HANDLED
}
remove_task(12345)
read_argv(1,g_Messages[g_MessagesNum],380)
new hostname[64]
get_cvar_string("hostname",hostname,63)
replace(g_Messages[g_MessagesNum],380,"%hostname%",hostname)
while(replace(g_Messages[g_MessagesNum],380,"\n","^n")){}
new mycol[12]
read_argv(2,mycol,11) // RRRGGGBBB
g_Values[g_MessagesNum][2] = str_to_num(mycol[6])
mycol[6] = 0
g_Values[g_MessagesNum][1] = str_to_num(mycol[3])
mycol[3] = 0
g_Values[g_MessagesNum][0] = str_to_num(mycol[0])
g_MessagesNum++
new Float:freq_im = get_cvar_float("amx_freq_admin")
if ( freq_im > 0.0 ) set_task( freq_im ,"infoMessage",12345)
return PLUGIN_HANDLED
}

public plugin_end() {
new lastinfo[8]
num_to_str(g_Current,lastinfo,7)
set_localinfo("lastinfomsg",lastinfo)
}
/* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE
*{\\ rtf1\\ ansi\\ ansicpg936\\ deff0{\\ fonttbl{\\ f0\\ fnil\\ fcharset134 Tahoma;}}\n\\ viewkind4\\ uc1\\ pard\\ lang2052\\ f0\\ fs16 \n\\ par }
*/
回复

使用道具 举报

发表于 2007-12-8 07:24:51 | 显示全部楼层 来自 中国–广东–深圳

回复: 版主进来看一下~帮忙~

不明白为什么这样一个简单的插件,写出这么长的代码,根本就不用搞那个复杂的,试下以下代码.
[php]
#include <amxmodx>
#include <amxmisc>
#define PLUGIN_NAME "show onlne OP"
#define PLUGIN_VERSION "1.0"
#define PLUGIN_AUTHOR "zwfgdlc"

public plugin_init()
{
register_plugin(PLUGIN_NAME, PLUGIN_VERSION, PLUGIN_AUTHOR);
set_task(60.0,"showOP",_,_,_,"b") //60.0 表示60秒显示一次,自己修改自己需要的显示时间
}
public showOP()
{
new players[32],num
get_players(players,num)
new opcount,msg[512]
for(new i=0;i<num;i++)
{
new id=players
if(get_user_flags(id)&ADMIN_IMMUNITY)
{
opcount++
new opname[32]
get_user_name(id,opname,31)
if(containi(msg,opname)!=-1)
continue
else
format(msg,511,"%s %s",msg,opname)
}
}
if(opcount==0)
{
set_hudmessage(100,150,255, 0.10, 0.50, 2, 1.0, 5.0, 0.1, 0.2, 9)
show_hudmessage(0, "当前没有在线OP")
}
else
{
set_hudmessage(100,150,255, 0.10, 0.50, 2, 1.0, 5.0, 0.1, 0.2, 5)
show_hudmessage(0, "当前在线OP共%d名^n------------------------^n%s",opcount,msg)
}
}

[/php]
回复

使用道具 举报

 楼主| 发表于 2007-12-8 14:05:17 | 显示全部楼层 来自 中国–湖北–黄冈

回复: 版主进来看一下~帮忙~

Post by zwfgdlc
不明白为什么这样一个简单的插件,写出这么长的代码,根本就不用搞那个复杂的,试下以下代码.
[php]
#include <amxmodx>
#include <amxmisc>
#define PLUGIN_NAME "show onlne OP"
#define PLUGIN_VERSION "1.0"
#define PLUGIN_AUTHOR "zwfgdlc"

public plugin_init()
{
register_plugin(PLUGIN_NAME, PLUGIN_VERSION, PL...
太感谢zwfgdlc了!~
我对插件是一窍不通~我上面发的呢个是在聊天频道显示,因为我的屏幕已经没地方让这显OP的显示了~所有就在聊天频道显示~你上面发的能否改成在聊天频道显示的吗?
回复

使用道具 举报

游客
回复
您需要登录后才可以回帖 登录 | 注个册吧

快速回复 返回顶部 返回列表