wym0451 发表于 2006-12-28 07:55:21

CSDM 2.1中如更改出生时T和CT的颜色?

;Is spawn protection enabled?
enabled = 1

;Colors of glow shell, leave this in quotes
;The digits are R, G, B, A where A is the alpha transparency
; (as A gets higher, the glow shell is thicker)
colors = "0 255 0 255"

;Number of seconds someone is respawned for.
time = 2

我把 colors = "0 255 0 255" 改了也不好使啊..怎么回事?

T出来的时候全是红色.CT出来是蓝色.我想改成一种颜色.比如绿色.行吗?如何改?

hang168 发表于 2006-12-30 16:37:59

回复: CSDM 2.1中如更改出生时T和CT的颜色?

好像不行~~~~:cry:

jim_yang 发表于 2006-12-30 18:03:02

回复: CSDM 2.1中如更改出生时T和CT的颜色?

把csdm.cfg文件里这个地方改成
colorst = "0 100 0 200"
colorsct = "0 100 0 200"
都是绿色。
另一种是大改源代码。(不建议)
页: [1]
查看完整版本: CSDM 2.1中如更改出生时T和CT的颜色?