
Posts
536
Respect
58Add +1
Forum Rank
Zombie Enslaver
Primary Group
Donator ♥
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
How can i change the lightning state? For example like use a trigger or something and the skybox changes? Is this possible?
void SetLightingState(<new light state>)
[MANDATORY] <new light state> new state to change to. Lighting state defaults to 1 at start of game
CATEGORY:
CLIENT/SERVER: Server
SUMMARY: Changes lighting state for the map
EXAMPLE: SetLightingState( 2 )
trig waittill("trigger");
SetLightingState(2);