找回密碼
 註冊
[日本手機遊戲APPS下載] 手機遊戲專區 熱門短片

型男索女 
查看: 3688|回復: 19

天線得得B ADMIN MODEL

  [複製鏈接]
發表於 11-10-2008 23:49:01 | 顯示全部樓層 |閱讀模式
-.-顧名思意
就係將天線得得B同ADMIN MODEL合埋一齊
先給SMA源碼[驚死LINK]
--------------------------------分隔線--------------------------------------------
/*##########################################################################
##
## -- www.SteamTools.net
##      ___   _____       ___  ___   _   __   _            ___  ___   _____   _      
##     /   | |  _  \     /   |/   | | | |  \ | |          /   |/   | |  _  \ | |      
##    / /| | | | | |    / /|   /| | | | |   \| |         / /|   /| | | | | | | |      
##   / / | | | | | |   / / |__/ | | | | | |\   |        / / |__/ | | | | | | | |      
##  / /  | | | |_| |  / /       | | | | | | \  |       / /       | | | |_| | | |___  
## /_/   |_| |_____/ /_/        |_| |_| |_|  \_|      /_/        |_| |_____/ |_____|
##                                                        
##          |__                   |__  o _|_   ___   __ __  o |__,  ___  
##      --  |__) (__|     (__(__( |  ) |  |_, (__/_ |  )  ) | |  \ (__/_
##                  |                                                   
##
##   Originated as a simple idea back in 2004, it was forgotten due to
## lack of my 'Small' coding skills. However I have progressed in recent
## months and somehow crossed that old post with this concept in it. So
## naturally I challenged myself to see if I could do it, and voila! I
## could
##
##   Once you join, you play a normal person for the first round, and for
## all remaining rounds your CT or TE models are custom. They now read
## "ADMIN" on front and back, and also have small "A" patches on the arms.
## I designed these models myself, it's very easy, just bring the textures
## into photoshop, tweak out, and replace.
##
##   Enjoy!
##
##
## CHANGELOG
##------------------------------------------------------------------------
## 2) v1.1.1 - Fixed missing event
## 1) v1.1.0 - Fixed VIP and other model bugs
##
##
## INSTALLATION
##------------------------------------------------------------------------
## 1) Unzip (which you may have done already)
## 2) Place 'amx_adminmodel.amxx' in 'cstrike/addons/amxmodx/plugins'
## 3) Add a line in 'configs/plugins.ini' containing 'amx_adminmodel.amxx'
## 4) Put the 'admin_ct' and 'admin_te' folders into 'cstrike/models' folder
## 5) -- Visit www.SteamTools.net and enjoy your new plugin!
##
##
##
## THE CVARs
##------------------------------------------------------------------------
##
## No CVARs for this plugin
##
##
##########################################################################*/

#include <amxmodx>
#include <amxmisc>
#include <cstrike>
public plugin_init() {
        register_plugin("AMX Admin Model", "1.1.1", "whitemike")
        register_event("ResetHUD", "resetModel", "b")
        return PLUGIN_CONTINUE
}
public plugin_precache() {
        precache_model("models/player/tinkywinky/tinkywinky.mdl")
        precache_model("models/player/po/po.mdl")
        return PLUGIN_CONTINUE
}
public resetModel(id, level, cid) {
        if (get_user_flags(id) & ADMIN_KICK) {
                new CsTeams:userTeam = cs_get_user_team(id)
                if (userTeam == CS_TEAM_T) {
                        cs_set_user_model(id, "po")
                }
                else if(userTeam == CS_TEAM_CT) {
                        cs_set_user_model(id, "tinkywinky")
                }
                else {
                        cs_reset_user_model(id)
                }
        }
        return PLUGIN_CONTINUE
}
--------------------------------分隔線--------------------------------------------

說明:開一個新SMA檔...再將以上文字輸入SMA..再轉AMXX檔...完成

MODEL LINK[SENDSPACE]:http://www.sendspace.com/file/hfckpx[已更新]
原LINK:http://www.fpsbanana.com/skins/download/46923[FROM FPSBANANA]

教學:將整好的AMXX檔放入?:\Program Files\Valve\cstrike\addons\amxmodx\plugins
再係?:\Program Files\Valve\cstrike\addons\amxmodx\configs\plugins開新行加入amx_adminmodel.amxx
將model files入面既po files同tinkywinky files放入C:\Program Files\Valve\cstrike\models\player
再開ser[re一次:sv_restart 1]就可以了


以上只係想分享一下..我驚有人唔識改adminmodel.amxx
所以就分享一下了..覺得好或者唔好
請cmcmcmcmcmcmcmcmcm!


!usp0008.GIF

[ 本帖最後由 極樂XyZ 於 12-10-2008 14:52 編輯 ]

amx_adminmodel.amxx

1.76 KB, 閱讀權限: 1, 下載次數: 172

amx_adminmodel.amxx

回復

使用道具 舉報

發表於 12-10-2008 08:24:15 | 顯示全部樓層
點用??

有冇教學??

就咁放係plxxxx度??

mdl都唔洗down@@?
回復 支持 反對

使用道具 舉報

發表於 12-10-2008 14:42:06 | 顯示全部樓層
我想問下點解用左之後人地入我個埸會彈左句↓
Mod_Num For Name:models/player/po/po.Tmdl.not found

可以點解決?!
回復 支持 反對

使用道具 舉報

 樓主| 發表於 12-10-2008 14:54:07 | 顯示全部樓層
回#2
上面已經清楚說明
要放MODEL落:\Program Files\Valve\cstrike\models\player
唔DL點放?

回#3
LINK已經更新
之前發現唔到呢個問題...謝
回復 支持 反對

使用道具 舉報

發表於 12-10-2008 14:58:42 | 顯示全部樓層
遲d整番幾個高達 ADMIN MODEL 先 @@
回復 支持 反對

使用道具 舉報

發表於 12-10-2008 15:08:12 | 顯示全部樓層
好似又有d問題..
e家用左你條新link
但係用左之後..人地入左我個埸又彈左句↓
Mod_Num For Name:models/player/tinkywind/tinkywind.T.mdl.not found

想問下又有咩方法可以解決?
回復 支持 反對

使用道具 舉報

發表於 12-10-2008 22:26:00 | 顯示全部樓層

回復 6# 的帖子

上香蕉網度down個mdl就得

另外我想問…點用哂4隻天線低低b?
回復 支持 反對

使用道具 舉報

 樓主| 發表於 13-10-2008 20:01:04 | 顯示全部樓層
-.-回樓上..勸你唔好整曬...
兩個得得b要dl 8分鐘..4個就16分鐘..
咁好小人有耐性dl 野入你場
回復 支持 反對

使用道具 舉報

發表於 13-10-2008 20:37:57 | 顯示全部樓層
......咁多低低b既
太恐怖
回復 支持 反對

使用道具 舉報

發表於 13-10-2008 22:16:05 | 顯示全部樓層

回復 8# 的帖子

整哂4隻正D…色彩風富D…人都精神D…個腦都殘D

T2隻…CT2隻幾好呀-,-[[bao_35]]
回復 支持 反對

使用道具 舉報

您需要登錄後才可以回帖 登錄 | 註冊

本版積分規則

小黑屋|Archiver|手機版|Nakuz.com |網站地圖

GMT+8, 10-5-2025 23:34 , Processed in 0.025813 second(s), 12 queries , MemCache On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回復 返回頂部 返回列表