|
修改夜視鏡顏色方法打開SMA找
複製程式 message_begin(MSG_ONE_UNRELIABLE,SVC_TEMPENTITY,{0,0,0},id)
write_byte(TE_DLIGHT) // 27
write_coord(origin[0])
write_coord(origin[1])
write_coord(origin[2])
write_byte(125) // radius
write_byte(255) // r
write_byte(255) // g
write_byte(255) // b
write_byte(1)
write_byte(10)
修改自主色 看注解
複製程式 write_byte(125) // 夜視查看的範圍
write_byte(255) // 紅的含量
write_byte(255) // 綠的含量
write_byte(255) // 藍的含量
再找
複製程式 message_begin(MSG_ONE_UNRELIABLE, get_user_msgid("ScreenFade"),{0,0,0},id)
write_short(1000)
write_short(1000)
write_short(1<<12)
write_byte(255)
write_byte(255)
write_byte(255)
write_byte(150)
將其中修改 看注解
複製程式 write_byte(255) // 紅的含量
write_byte(255) // 綠的含量
write_byte(255) // 藍的含量
write_byte(150) // 透明度 ( 愈低愈清析)
安裝路徑:如下
下載後解壓RAR檔內的Ca_custom_nvg.amxx
放進 C:\(CS安裝位置)\cstrike\addons\amxmodx\plugins
再將以下句子複製至 C\(CS安裝位置)\cstrike\addons\amxmodx\plugins.ini 的最下层 (请使用「TXT格式」打开)
|
|