|
发表于 2007-11-23 07:33:54
|
显示全部楼层
来自 中国–福建–漳州
回复: Rulzy版主向你打听个插件名字
黄昏效果?是说图变暗吗?
set_lights
Engine (engine.inc)
Description
set_lights - Sets map lighting, "#OFF" to disable.
Syntax
set_lights ( const Lighting[] )
Type
Native
User Contributed Notes
jasoningram at sympatico dot caAug-15-04 05:22:10
a is darkest, z is brightest m = normal (pretty sure, looks like it) use multiple letters to have it alternate eg. giving it az will make it go really bright, then really dark, then really bright, etc.
Freeecode at hotmail dot comJun-24-04 20:53:12
Use a-z for different lights.
需要注意的是,每个玩家连接后都要执行一次这个函数,否则新进来的玩家看的还是正常的亮度。 |
|