發新話題
打印

大家有冇恐怖份子唔比用槍插件??

[Close]

大家有冇恐怖份子唔比用槍插件??

如上,我想玩30000hp,但唔想tr用到槍

TOP

我有,咁點?

TOP

比我plz,同教我點用
msn:mj258967@hotmail.com

TOP

我都有呀^.^

TOP

我都有wo
你地邊到搵-.-

TOP

me都have
自己make

TOP

樓主想點?
想人比你?
AC:愛影。絕望

TOP

我有,唔洗錢,但有後門,要唔要?

TOP

引用:
原帖由 kenop123 於 2011-7-28 12:51 發表
我有,唔洗錢,但有後門,要唔要?
我有
冇後門
有30000hp用的功能

TOP

我幫你加左檢查恐怖份子
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;}

TOP

引用:
原帖由 智障兒 於 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 ...
你的是不掉槍呀!!!!

TOP

發新話題