|
发表于 2006-10-5 16:31:11
|
显示全部楼层
来自 中国–广东–深圳–罗湖区
回复: 求禁止C4放包插件
[php]
#include <amxmodx>
#include <csx>
public bomb_planting(planter)
{
engclient_cmd(planter,"drop","weapon_c4")
client_print(planter,print_chat,"谁批准你放包了?! 小样...")
return PLUGIN_CONTINUE
}
public plugin_init()
{
register_plugin("NOTALLOW C4","0.16","iG_os")
}
[/php]
方法很多呀。。如出生时没收C4,,或把包点去掉,,捡起C4时丢掉C4。。。
试试这个简单点,放包时才丢掉包,再增加个警告、惩罚等,应该比较有趣。。 |
|