Author Topic: Turning brick's light off from id, in script.  (Read 386 times)

Let's say I have the ID of a brick, say, 11699.
How would I go about turning that bricks light off.
I've tried:
11699.setlight(11699,0,findclientbyname("dren"));
11699.setlight(0);
setlight(11699,0,findclientbyname("dren"));
and others, and nothing works.

EDIT: Nevermind, I got it to work.
« Last Edit: November 21, 2010, 04:50:23 AM by DrenDran »