Cs.K 发表于 2007-10-12 10:30:15

恳求高手帮忙修正2个插件BUG !

下面是错误日志文件中的内容, 插件代码在附件中,一个是前5名杀人奖励$ ,另一个是网页风格的statsx插件。望高手帮下!

L 10/11/2007 - 20:01:18: Start of error session.
L 10/11/2007 - 20:01:18: Info (map "de_inferno") (logfile "error_101107.log")
L 10/11/2007 - 20:01:18: Player out of range (0)
L 10/11/2007 - 20:01:18: Displaying debug trace (plugin "money_bonus.amxx")
L 10/11/2007 - 20:01:18: Run time error 10: native error (native "cs_get_user_money")
L 10/11/2007 - 20:01:18: amxmod.inc::get_user_money (line 44)
L 10/11/2007 - 20:01:18: money_bonus.sma::event_death (line 64)
L 10/11/2007 - 20:14:13: Start of error session.
L 10/11/2007 - 20:14:13: Info (map "de_dust2a") (logfile "error_101107.log")
L 10/11/2007 - 20:14:13: Player out of range (0)
L 10/11/2007 - 20:14:13: Displaying debug trace (plugin "money_bonus.amxx")
L 10/11/2007 - 20:14:13: Run time error 10: native error (native "cs_get_user_money")
L 10/11/2007 - 20:14:13: amxmod.inc::get_user_money (line 44)
L 10/11/2007 - 20:14:13: money_bonus.sma::event_death (line 64)
L 10/11/2007 - 22:15:03: Start of error session.
L 10/11/2007 - 22:15:03: Info (map "de_aztec") (logfile "error_101107.log")
L 10/11/2007 - 22:15:03: Player out of range (0)
L 10/11/2007 - 22:15:03: Displaying debug trace (plugin "money_bonus.amxx")
L 10/11/2007 - 22:15:03: Run time error 10: native error (native "cs_get_user_money")
L 10/11/2007 - 22:15:03: amxmod.inc::get_user_money (line 44)
L 10/11/2007 - 22:15:03: money_bonus.sma::event_death (line 64)
L 10/11/2007 - 22:43:25: Start of error session.
L 10/11/2007 - 22:43:25: Info (map "de_oldk_dust") (logfile "error_101107.log")
L 10/11/2007 - 22:43:25: Player out of range (0)
L 10/11/2007 - 22:43:25: Displaying debug trace (plugin "money_bonus.amxx")
L 10/11/2007 - 22:43:25: Run time error 10: native error (native "cs_get_user_money")
L 10/11/2007 - 22:43:25: amxmod.inc::get_user_money (line 44)
L 10/11/2007 - 22:43:25: money_bonus.sma::event_death (line 64)
L 10/11/2007 - 22:43:25: Player out of range (0)
L 10/11/2007 - 22:43:25: Displaying debug trace (plugin "money_bonus.amxx")
L 10/11/2007 - 22:43:25: Run time error 10: native error (native "cs_get_user_money")
L 10/11/2007 - 22:43:25: amxmod.inc::get_user_money (line 44)
L 10/11/2007 - 22:43:25: money_bonus.sma::event_death (line 64)
L 10/11/2007 - 23:09:09: Start of error session.
L 10/11/2007 - 23:09:09: Info (map "de_dust2x") (logfile "error_101107.log")
L 10/11/2007 - 23:09:09: replace() buffer not big enough (142>=127)
L 10/11/2007 - 23:09:09: Run time error 10 (plugin "statsx.amxx") (native "replace") - debug not enabled!
L 10/11/2007 - 23:09:09: To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 10/11/2007 - 23:31:32: Start of error session.
L 10/11/2007 - 23:31:32: Info (map "de_inferno") (logfile "error_101107.log")
L 10/11/2007 - 23:31:32: replace() buffer not big enough (128>=127)
L 10/11/2007 - 23:31:32: Run time error 10 (plugin "statsx.amxx") (native "replace") - debug not enabled!
L 10/11/2007 - 23:31:32: To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).

ceoguang 发表于 2007-10-12 22:06:32

回复: 恳求高手帮忙修正2个插件BUG !

不是已经修正了吗?怎么?

Cs.K 发表于 2007-10-13 00:06:47

回复: 恳求高手帮忙修正2个插件BUG !

还是会出现错误:confused:

ceoguang 发表于 2007-10-13 01:55:04

回复: 恳求高手帮忙修正2个插件BUG !

STATSX,我用起来没任何问题,不知你怎么会出现debug的提示.
另外前五名杀敌的修改后自己作了下测试,没再出现错误了.

lanmao 发表于 2007-10-13 10:02:20

回复: 恳求高手帮忙修正2个插件BUG !

:sexy_girlKK也有不会搞的 插件

Cs.K 发表于 2007-10-13 11:27:48

回复: 恳求高手帮忙修正2个插件BUG !

Post by lanmao
:sexy_girl KK也有不会搞的 插件

请问你是谁:confused: :confused:

Q6Q6Q6 发表于 2007-10-13 13:29:00

回复: 恳求高手帮忙修正2个插件BUG !

Post by ceoguang
STATSX,我用起来没任何问题,不知你怎么会出现debug的提示.
另外前五名杀敌的修改后自己作了下测试,没再出现错误了.


能否公布一下改的哪里?
我用的是reward_sim,我想把奖励的插件都放在这里面,谢谢啦。

ceoguang 发表于 2007-10-13 18:29:46

回复: 恳求高手帮忙修正2个插件BUG !

Post by Q6Q6Q6
能否公布一下改的哪里?
我用的是reward_sim,我想把奖励的插件都放在这里面,谢谢啦。
reward_sim用楼主发的,将里面的捡钱掉钱代码去掉应该就可以用了的.
不过reward_sim没有提供函数接口吧?还是我不知道?

Q6Q6Q6 发表于 2007-10-28 12:12:29

回复: 恳求高手帮忙修正2个插件BUG !

Post by ceoguang
不是已经修正了吗?怎么?

兄弟你是指什么修正了?

不过我用cs.k的那个statsx没什么问题哦。:)cs.k你的还有error_log出现吗?



奖励的插件我准备把连续杀人,暴头杀人奖励都放里面。杀第二第三也放里面,不过好像都放在里面就有问题了。已经用了金钱无限的插件,使用        cs_get_user_money2(id)
        cs_set_user_money2(id, money, flash=1)了。但是dt签名插件好像显示金钱数还是不正常。郁闷。

6016 发表于 2007-10-28 14:18:44

回复: 恳求高手帮忙修正2个插件BUG !

可否也帮我修改一下我的前五名杀人加血 会出现的错误讯息
页: [1] 2
查看完整版本: 恳求高手帮忙修正2个插件BUG !