Originally posted by THEDUBMAN101
HI,
Basically i was just wonderin if this would work:
toggleVision()
{
if(self.vision == 1)
{
self VisionSetNakedForPlayer("chaplin_night",.4) = 1;
self iPrintln("^3Night Mode ON");
}
else
{
self.vision = 0;
self VisionSetNakedForPlayer("default",.4);
self iPrintln("^3Night Mode OFF");
}
If no then how can i amend it? Thanks :y: