评论详情
CS1.6联机版
1.114丨710MB
光环用户_cK0Ow
02-04
#游戏体验#
localscriptDestroyed=false
functionServer:Start()
Server.RegisterCustomSound("Tcd.mp3")
Server.RegisterCustomSound("e*.mp3")
Server.RegisterCustomSound("Test30.wav")
Server.RegisterCustomSound("Test20.wav")
Server.RegisterCustomSound("感染音效.wav")
end
functionServer:RoomStateChanged(roomState)
--matchstarted
ifroomState==6then
localcou*down=33
Coroutine(function()
ifscriptDestroyedthen
retur*ue
end
cou*down=cou*down-1
ifcou*down&rt0then
--sendingcou*downwithsound
ifcou*down<32then
RconCommands.Eve*Cmd(nil,
"\"\"\"注意✿<color=green&rtR病毒<color=red&rt正在蔓延…"..
cou*down.."\"\"3\"\"#CC0000\"\"#CC0000\"\"\"\"\"\"1\"")
end
ifcou*down==30then
ServerSendNetLib.PlaySound("Test30.wav")
ServerSendNetLib.PlaySound("e*.mp3")
RconCommands.Eve*Cmd(nil,
"\"!\"\"注意<color=green&rtR病毒<color=white&rt已<color=red&rt寄生CT方…\"\"0\"\"\"\"\"\"\"\"0\"\"8\"")
end
ifcou*down==20then
ServerSendNetLib.PlaySound("Test20.wav")
RconCommands.Eve*Cmd(nil,
"\"!\"\"注意!<color=red&rt最后20秒…\"\"0\"\"\"\"\"\"\"\"0\"\"8\"")
end
ifcou*down==10then
ServerSendNetLib.PlaySound("Tcd.mp3")
RconCommands.Eve*Cmd(nil,
"\"!\"\"注意!最后<color=green&rt10<color=white&rt秒,R病毒即将<color=red&rt发作,祝你们好运…\"\"0\"\"\"\"\"\"\"\"0\"\"8\"")
end
ifcou*down==1then
ServerSendNetLib.PlaySound("感染音效.wav")
RconCommands.Eve*Cmd(nil,
"\"!\"\"<color=red&rtCT方的身体发生了改变!\"\"0\"\"\"\"\"\"\"\"0\"\"8\"")
end
--wait1sec
return1
end
--retur*uetoendcoroutine
retur*ue
end)
end
end
functionServer:Stop()
scriptDestroyed=true
end
KYD-G5
版本:1.114
2
7
全部回复
2
正序
倒序
加载更多
functionServer:Start()
Server.RegisterCustomSound("Tcd.mp3")
Server.RegisterCustomSound("e*.mp3")
Server.RegisterCustomSound("Test30.wav")
Server.RegisterCustomSound("Test20.wav")
Server.RegisterCustomSound("感染音效.wav")
end
functionServer:RoomStateChanged(roomState)
--matchstarted
ifroomState==6then
localcou*down=33
Coroutine(function()
ifscriptDestroyedthen
retur*ue
end
cou*down=cou*down-1
ifcou*down&rt0then
--sendingcou*downwithsound
ifcou*down<32then
RconCommands.Eve*Cmd(nil,
"\"\"\"注意✿<color=green&rtR病毒<color=red&rt正在蔓延…"..
cou*down.."\"\"3\"\"#CC0000\"\"#CC0000\"\"\"\"\"\"1\"")
end
ifcou*down==30then
ServerSendNetLib.PlaySound("Test30.wav")
ServerSendNetLib.PlaySound("e*.mp3")
RconCommands.Eve*Cmd(nil,
"\"!\"\"注意<color=green&rtR病毒<color=white&rt已<color=red&rt寄生CT方…\"\"0\"\"\"\"\"\"\"\"0\"\"8\"")
end
ifcou*down==20then
ServerSendNetLib.PlaySound("Test20.wav")
RconCommands.Eve*Cmd(nil,
"\"!\"\"注意!<color=red&rt最后20秒…\"\"0\"\"\"\"\"\"\"\"0\"\"8\"")
end
ifcou*down==10then
ServerSendNetLib.PlaySound("Tcd.mp3")
RconCommands.Eve*Cmd(nil,
"\"!\"\"注意!最后<color=green&rt10<color=white&rt秒,R病毒即将<color=red&rt发作,祝你们好运…\"\"0\"\"\"\"\"\"\"\"0\"\"8\"")
end
ifcou*down==1then
ServerSendNetLib.PlaySound("感染音效.wav")
RconCommands.Eve*Cmd(nil,
"\"!\"\"<color=red&rtCT方的身体发生了改变!\"\"0\"\"\"\"\"\"\"\"0\"\"8\"")
end
--wait1sec
return1
end
--retur*uetoendcoroutine
retur*ue
end)
end
end
functionServer:Stop()
scriptDestroyed=true
end