統一人物修改

Home Home
<< 1 2 >>
跳頁: (共 2 頁)
引用 | 編輯 jason5312
2010-08-16 15:57
樓主
推文 x2

圖 1.


【插件資訊】

插件來源:網路資源轉載提供會員參考
使用指令:放進去plugins資料夾之後再configs的plugins.ini打開加上player.amxx
記得要轉成amxx!
安裝路徑:plugins資料夾

【插件介紹】

各位想要改人物?
這個插件可以幫你喔^^
我從國外的網站找來的

原創:N A V E N

這次需要大家修改sma檔案用記事本即可你要用EmEditor 也可以

記得存檔不可以使用UTF-8請使用ANSI 再使用sma轉amxx就可以放入了!

修改教學
}
public runda(id){
    if(cs_get_user_team(id) == CS_TEAM_T) {   
    if(is_user_connected(id))
    cs_set_user_model(id, "demo1")     ←特別注意!這個是改警察!
    }
    else if(cs_get_user_team(id) == CS_TEAM_CT){
    cs_set_user_model(id, "demo2")      ←這個是改小偷!
}
}

下面這串也很重要如果錯誤那就不能使用
public plugin_precache(){
    precache_model("models/player/demo1/demo1.mdl")   ←你的模組在player資料夾要放好 這個是警察的!
    precache_model("models/player/demo2/demo2.mdl")   ←你的模組在player資料夾要放好 這個是小偷的!


改好後會像這樣!
--------複製這串↓↓↓↓貼在記事本另存新檔為xxx.sma
 /* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>
#include <hamsandwich>
#include <cstrike>

#define PLUGIN "player"
#define VERSION "1.2"
#define AUTHOR "naven"


public plugin_init() {
    register_plugin(PLUGIN, VERSION, AUTHOR)
    RegisterHam(Ham_Spawn, "player", "runda", 1);
}
public runda(id){
    if(cs_get_user_team(id) == CS_TEAM_T) {   
    if(is_user_connected(id))
    cs_set_user_model(id, "demo1")
    }
    else if(cs_get_user_team(id) == CS_TEAM_CT){
    cs_set_user_model(id, "demo2")
}
}
public plugin_precache(){
    precache_model("models/player/demo1/demo1.mdl")
    precache_model("models/player/demo2/demo2.mdl")

---------------------可以更改demo1 demo2

如果看不懂給你看示意圖!



本帖包含附件
檔名: txt 仔點.txt   (2022-06-09 14:16 / 1 KB)  
下載點
下載次數:364


獻花 x1
引用 | 編輯 jason5312
2010-08-16 16:07
1樓
  
如果有錯誤可以在跟我說 我在試試看是否不能使用^^
因為我有改過!

獻花 x0
引用 | 編輯 SNMK
2010-08-16 16:18
2樓
  
載點
打錯字了..

....好像是....統一人物模組......嗎?

獻花 x0
引用 | 編輯 bugatti1024
2010-08-16 17:18
3樓
  
老實說我看不太懂耶...能解釋清楚一點嗎?

獻花 x0
引用 | 編輯 husano896
2010-08-16 17:31
4樓
  
CT全部用同一個人物模組

TR全部用另外一個人物模組

獻花 x0
引用 | 編輯 qwert1234
2010-08-16 17:32
5樓
  
沒錯 @@ 對其他新手玩家來看

你的教學算是 ? ? ? 3個 = =

因為我本人唔明白 ^^ 表情

獻花 x0
引用 | 編輯 糟糕了啦!
2010-08-17 01:44
6樓
  
實在不知道這有甚麼功效 ..   = =

獻花 x0
引用 | 編輯 lichen
2010-08-20 16:27
7樓
  
不错!!
收下了!!
支持你!!

獻花 x0
引用 | 編輯 ReZa
2010-08-20 16:36
8樓
  
下面是引用 lichen 於 2010-08-20 16:27 發表的 : 到引言文
不错!!
收下了!!
支持你!!

lichen 你開始顯露狐狸尾巴了

開始灌水了喔

顯露本性

可以確定...你是有企圖的人表情

獻花 x0
引用 | 編輯 husano896
2010-08-20 18:38
9樓
  
簡單來講 就是另外一種"可自訂外表的"

人物統一模組指令

獻花 x0
引用 | 編輯 shsps940316
2010-08-20 20:34
10樓
  
這個插件可以做什麼?

獻花 x0
引用 | 編輯 能天使
2010-08-20 20:45
11樓
  
改得不錯 我想要跟"models "newmodels" 的amxx我想你改一下 之後變為連人物都可以修改

獻花 x0
引用 | 編輯 神龍帝
2010-08-22 14:30
12樓
  
點用唔清楚

獻花 x0
引用 | 編輯 soo1299
2010-08-28 18:39
13樓
  
太棒了
找好久了
可惜捉迷藏不能用 表情

獻花 x0
引用 | 編輯 銘_〞
2010-08-28 22:01
14樓
  
cs_set_user_model(id, "demo1")   ←特別注意!這個是改警察!
cs_set_user_model(id, "demo2")     ←這個是改小偷!

demo1同demo2是改什麼..?
我不明....
和可以+修改的人物嗎??

獻花 x0
引用 | 編輯 joule8836
2010-10-11 10:50
15樓
  
好阿 收下了 表情

獻花 x0
引用 | 編輯 a220873963
2010-12-19 12:55
16樓
  
怎麼轉..

獻花 x0
引用 | 編輯 itismenow
2011-02-03 09:07
17樓
  
那岂不是只有两种人物了

獻花 x0
引用 | 編輯 op47
2011-07-11 21:45
18樓
  
若有T檔 crT.mdl

獻花 x0
引用 | 編輯 huey840730
2011-08-16 22:37
19樓
  
終於找到了==   我還為了這個PO文 真事的 我好想哭歐 好感動

獻花 x0
引用 | 編輯 jackyma159
2011-08-17 00:24
20樓
  
謝了
你這個插件令我學到了很多東西
表情

獻花 x0
引用 | 編輯 srgtrf1
2011-08-17 01:11
21樓
  
看程式碼好像是指(一知半解)
玩家選警察指定demo1模組,
玩家選歹徒指定demo2模組,
--------------------------------------
原本誤以為是可以選擇N個人物模組,
不過隊友都長得一樣,就有一點點單調 = ="

獻花 x0
引用 | 編輯 up3y7880517
2011-08-17 10:01
22樓
  
我不明白
我也看不懂... 表情

獻花 x0
引用 | 編輯 kevin961104
2011-08-17 10:03
23樓
  
這個版本很不方便
且沒支援bot

獻花 x0
引用 | 編輯 殤o葉
2011-10-09 11:20
24樓
  
不太懂意思 最好用圖來解釋喔

獻花 x0
引用 | 編輯 q2233w
2011-10-09 11:44
25樓
  
滿方便的 不用再一個一個丟進去了@@

獻花 x0
引用 | 編輯 103152joe
2011-10-25 20:12
26樓
  
回 覆 鎖 定 :

  此回覆已被鎖定,只有『管理員及回覆者』看的到 !!!



獻花 x0
引用 | 編輯 csoken
2011-11-10 19:52
27樓
  
public runda(id){
    if(cs_get_user_team(id) == CS_TEAM_T) {   
    if(is_user_connected(id))
    cs_set_user_model(id, "demo1")     ←特別注意!這個是改警察!
    }
    else if(cs_get_user_team(id) == CS_TEAM_CT){
    cs_set_user_model(id, "demo2")      ←這個是改小偷!
}


這邊你寫錯了吧

public runda(id){
    if(cs_get_user_team(id) == CS_TEAM_T) {   
    if(is_user_connected(id))
    cs_set_user_model(id, "demo1")     ←特別注意!這個是改小偷!
    }
    else if(cs_get_user_team(id) == CS_TEAM_CT){
    cs_set_user_model(id, "demo2")      ←這個是改警察!
}

這樣才對吧!?表情

獻花 x0
引用 | 編輯 su0922168060
2011-12-22 19:45
28樓
  
請問可以提供

amxmisc 的模塊媽

我好像沒有 QQ

獻花 x0
引用 | 編輯 csoken
2011-12-22 23:44
29樓
  
下面是引用 su0922168060 於 2011-12-22 19:45 發表的 : 到引言文
請問可以提供

amxmisc 的模塊媽

我好像沒有 QQ


我給你好了
下載點在下面
表情 

獻花 x0
<< 1 2 >>
跳頁: (共 2 頁)