【插件資訊】插件來源:部份修改
使用指令:
修改夜視鏡顏色方法
打開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格式」打開)
複製程式
Ca_custom_nvg.amxx ; Custom Nvg Color
【插件介紹】示範:
[此文章售價 0 雅幣已有 178 人購買]
若發現會員採用欺騙的方法獲取財富,請立刻舉報,我們會對會員處以2-N倍的罰金,嚴重者封掉ID!