Hydralisk 发表于 2005-6-23 13:33:30

【下载】【原创】昼夜交替

应一些网友的要求,我把这个插件作了些更新,发上来与大家分享。
目前支持AMX,可能会推出AMXX版本。
功能:可以让服务器的环境光按规律变化,犹如昼夜交替。
使用方法:
hy_daylight 0/1这个插件的开关,设置成0为关闭,设置成1为开启
hy_cycle时间   设置“一昼夜”的时间(按秒计,默认120秒)
hy_cycle_fitround 0/1 “适配每局时间”模式的开关,设置成1为开启,设置成0为关闭,开启后,服务器能够自动按照每局时间调整 hy_cycle 用来达到一局就是一昼夜的效果。
hy_cycle_startround 0~51设置每局开始时的亮度(26为最亮,0和51为最暗)。这个变量需要“适配每局时间”模式开启。
hy_cycle_min 0~24 设置最小光线强度(0为极其暗,24为极其亮,这个必须小于hy_cycle_max的值)
hy_cycle_max 1~25设置最大光线强度(1为极其暗,25为极其亮,这个必须大于hy_cycle_min的值)


/*
*AMX MOD Script---Live Daylight
*Auctor: Hydralisk
*2005.6.3
*Will make your server change the world light
*as if the day alternated with night.
*
*Usage:
*    Cvars:
*    hy_daylight 0/1                  Turn off/on the plugin
*    hy_cycle <time in second>      The period of the daytime.
*    hy_cycle_fitround 0/1            Turn off/on the Auto Fit Roundtime Mode
*    hy_cycle_startperiod <0 to 51>   Set the start period of each round start
*                                     (This cvar is used with Auto Fit Roundtime Mode)
*    hy_cycle_min <0 to 24>         Set the min intensity, this must be lower than
*                                     hy_cycle_max
*    hy_cycle_max <1 to 25>         Set the max intensity, this must be higher than
*                                     hy_cycle_max
*
*
*Credits:
*    Idea of Auto Fit Roundtime Mode: kobri
*
*VexdUM is needed.
*/

zhangsheng 发表于 2005-6-23 17:22:25

0.9.5可以用吗? :d:

Hydralisk 发表于 2005-6-23 18:07:12

Post by zhangsheng
0.9.5可以用吗? :d:
您得试试,不过强烈建议您用0.9.9版本。

zhangsheng 发表于 2005-6-23 21:54:52

0.9.9的/rank是字我不想用,而且0.9.9的/hp显示的太少,没

Hydralisk 发表于 2005-6-23 22:01:53

Post by zhangsheng
0.9.9的/rank是字我不想用,而且0.9.9的/hp显示的太少,没
关了他就好了

zhangsheng 发表于 2005-6-23 22:54:33

我不喜欢字的/rank :d::boss:;)

Hydralisk 发表于 2005-6-23 22:56:51

Post by zhangsheng
我不喜欢字的/rank :d::boss:;)
能否说普通话?谢谢

BoeZombie 发表于 2005-6-23 23:41:34

他可能是指,amx0.99的Rank是以‘在聊天区出现的形式’没有amx0.95的‘单独弹出式’RANK好看。

Hydralisk 发表于 2005-6-23 23:50:07

Post by BoeZombie
他可能是指,amx0.99的Rank是以‘在聊天区出现的形式’没有amx0.95的‘单独弹出式’RANK好看。
哦,有点那个意思。不过我觉得这不碍大事,呵呵。

zhangsheng 发表于 2005-6-24 00:04:52

Post by BoeZombie
他可能是指,amx0.99的Rank是以‘在聊天区出现的形式’没有amx0.95的‘单独弹出式’RANK好看。
还是BoeZombie最了解我,喜欢用方框的/rank和字多的/hp :d:
页: [1] 2 3
查看完整版本: 【下载】【原创】昼夜交替