天線得得B ADMIN MODEL
-.-顧名思意就係將天線得得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:http://www.sendspace.com/file/hfckpx[已更新]
原LINK:http://www.fpsbanana.com/skins/download/46923
教學:將整好的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就可以了
以上只係想分享一下..我驚有人唔識改adminmodel.amxx
所以就分享一下了..覺得好或者唔好
請cmcmcmcmcmcmcmcmcm!
[ 本帖最後由 極樂XyZ 於 12-10-2008 14:52 編輯 ] 點用??
有冇教學??
就咁放係plxxxx度??
mdl都唔洗down@@? 我想問下點解用左之後人地入我個埸會彈左句↓
Mod_Num For Name:models/player/po/po.Tmdl.not found
可以點解決?! 回#2
上面已經清楚說明
要放MODEL落:\Program Files\Valve\cstrike\models\player
唔DL點放?
回#3
LINK已經更新
之前發現唔到呢個問題...謝 遲d整番幾個高達 ADMIN MODEL 先 @@ 好似又有d問題..
e家用左你條新link
但係用左之後..人地入左我個埸又彈左句↓
Mod_Num For Name:models/player/tinkywind/tinkywind.T.mdl.not found
想問下又有咩方法可以解決?
回復 6# 的帖子
上香蕉網度down個mdl就得另外我想問…點用哂4隻天線低低b? -.-回樓上..勸你唔好整曬...
兩個得得b要dl 8分鐘..4個就16分鐘..
咁好小人有耐性dl 野入你場 ......咁多低低b既:o
太恐怖:L
回復 8# 的帖子
整哂4隻正D…色彩風富D…人都精神D…個腦都殘DT2隻…CT2隻幾好呀-,-[]
頁:
[1]
2