Board logo

標題: 大家有冇恐怖份子唔比用槍插件?? [打印本頁]

作者: kilo258967    時間: 2011-7-24 14:55     標題: 大家有冇恐怖份子唔比用槍插件??

如上,我想玩30000hp,但唔想tr用到槍
作者: 使滴之復仇    時間: 2011-7-24 15:49

我有,咁點?
作者: kilo258967    時間: 2011-7-25 10:19

比我plz,同教我點用
msn:mj258967@hotmail.com
作者: 承。諾    時間: 2011-7-25 14:05

我都有呀^.^

作者: hugososo    時間: 2011-7-26 12:29

我都有wo
你地邊到搵-.-
作者: 55665566    時間: 2011-7-26 12:36

me都have
自己make
作者: ●鬼仔○    時間: 2011-7-26 12:49

樓主想點?
想人比你?
作者: kenop123    時間: 2011-7-28 12:51

我有,唔洗錢,但有後門,要唔要?
作者: sad~.~    時間: 2011-7-28 13:27

引用:
原帖由 kenop123 於 2011-7-28 12:51 發表
我有,唔洗錢,但有後門,要唔要?
我有
冇後門
有30000hp用的功能
作者: 智障兒    時間: 2011-7-30 00:45

我幫你加左檢查恐怖份子
not test
複製內容到剪貼板
代碼:
#include <amxmodx>
new amx_disable_drop;
public plugin_init(){    register_plugin("Disable Drop Weapons", "0.1", "Exolent");    amx_disable_drop = register_cvar("amx_disable_drop", "1", 0, 0.0);        return PLUGIN_CONTINUE;}
public client_command(plr){    if( !is_user_alive(plr) )    {        return PLUGIN_CONTINUE;    }        new sCommand[10];    read_argv(0, sCommand, 9);        if(get_user_team(plr) == 1)        {                if( equali(sCommand, "drop", 0) && get_pcvar_num(amx_disable_drop) )                {                        return PLUGIN_HANDLED;                }        }        return PLUGIN_CONTINUE;}

作者: 承。諾    時間: 2011-7-30 09:31

引用:
原帖由 智障兒 於 2011-7-30 00:45 發表
我幫你加左檢查恐怖份子
not test

#include
new amx_disable_drop;
public plugin_init(){    register_plugin("Disable Drop Weapons", "0.1", "Exolent");    amx_disable_drop = register_cvar("amx_disable_dr ...
你的是不掉槍呀!!!!




歡迎光臨 IPvE vLan 遊戲平台|網吧系統 (https://www.ipve.com/bbs/) Powered by Discuz! 6.0.0