Hi all,
Is there a way this can be looped:
local.me = $player
local.me stufftext ("set r_lightmap 1")
For some reason... it works when I join server, but as soon as I pick either team, it turns off....
thanks in advance.
P.S: This is in regards to Card's Remegan Snow Mod
Like ... ?
<Blah Blah script stuff>
thread lightmap
end
lightmap:
while(1)
{$player stufftext ("set r_lightmap 1")
wait 1
}
end