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.