Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.33 KB | None | 0 0
  1. public static void setCameraFog(int c, int cc)
  2.         {
  3.             bb.CameraFogMode(c, 1);
  4.             bb.CameraFogColor(c, 255, 255, 255);
  5.             bb.CameraFogMode(cc, 1);
  6.             bb.CameraFogColor(cc, 255, 255, 255);
  7.             bb.CameraFogRange(c, 1000, 2000);
  8.             bb.CameraFogRange(cc, 1000, 2000);
  9.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement