Hi i need to know how i can make fog on the client because this action only works on the server
to make it run i created an object with behaviour Nebel but it do not work on the client ):
pls help
function Nebel()
{
while (1)
{
if (player.z<0)
{
camera.fog_start=100;
fog_color=2;
camera.fog_end=1000;
}
else
{
fog_color=0;
}
wait(1);
}
}
MFG Progger
