Initial commit
Initial commit.
This commit is contained in:
6
_module/nss/setproplight.nss
Normal file
6
_module/nss/setproplight.nss
Normal file
@@ -0,0 +1,6 @@
|
||||
void main()
|
||||
{
|
||||
SetLocalString(GetPCSpeaker(), "MODIFY_PROPERTY", "Light");
|
||||
SetLocalInt(GetPCSpeaker(), "MODIFY_PARAM2", IP_CONST_LIGHTBRIGHTNESS_BRIGHT);
|
||||
SetLocalInt(GetPCSpeaker(), "MODIFY_PARAM3", IP_CONST_LIGHTCOLOR_WHITE);
|
||||
}
|
||||
Reference in New Issue
Block a user