Results 1 to 5 of 5
  1. #1
    p100 body shot's Avatar
    Join Date
    May 2015
    Gender
    male
    Location
    syria
    Posts
    53
    Reputation
    10
    Thanks
    30
    My Mood
    Stressed

    calc view fov changer

    need help, never used calc view

    no memes allowed
    Last edited by Hunter; 01-17-2016 at 12:36 PM.

  2. #2
    cdrizzle's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Location
    Iraq
    Posts
    92
    Reputation
    10
    Thanks
    437
    Quote Originally Posted by p100 body shot View Post
    need help, never used calc view

    no memes allowed
    Code:
    hook.Add("CalcView", "notameme", function(ply, pos, ang, fov)
    return {
    origin = pos, // thirdperson shit here!!!!
    angles = ang, // fakeangle or just angle supplied
    fov = 90 // changed fov
    }
    end )

  3. The Following User Says Thank You to cdrizzle For This Useful Post:

    p100 body shot (11-28-2015)

  4. #3
    eth0s's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Posts
    188
    Reputation
    10
    Thanks
    1,886
    Quote Originally Posted by cdrizzle View Post
    Code:
    hook.Add("CalcView", "notameme", function(ply, pos, ang, fov)
    return {
    origin = pos, // thirdperson shit here!!!!
    angles = ang, // fakeangle or just angle supplied
    fov = 90 // changed fov
    }
    end )
    what the fuck is that code?

    Code:
    function CalcView(ply, pos, ang, fov, nearZ, farZ)
    	return {fov = 110}
    end
    
    hook.Add("CalcView", "", CalcView)

  5. The Following User Says Thank You to eth0s For This Useful Post:

    D3M0L1T10N (11-29-2015)

  6. #4
    cdrizzle's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Location
    Iraq
    Posts
    92
    Reputation
    10
    Thanks
    437
    Quote Originally Posted by eth0s View Post
    what the fuck is that code?

    Code:
    function CalcView(ply, pos, ang, fov, nearZ, farZ)
    	return {fov = 110}
    end
    
    hook.Add("CalcView", "", CalcView)
    it's pcode

  7. #5
    2cashs's Avatar
    Join Date
    Sep 2015
    Gender
    male
    Location
    Next door to regans pub
    Posts
    15
    Reputation
    10
    Thanks
    14
    Quote Originally Posted by eth0s View Post
    what the fuck is that code?

    Code:
    function CalcView(ply, pos, ang, fov, nearZ, farZ)
    	return {fov = 110}
    end
    
    hook.Add("CalcView", "", CalcView)
    What the fuck is that code, using hook.Add nice

Similar Threads

  1. [Solved] MW3 Fov Changer
    By StylishCas. in forum Call of Duty Modern Warfare 3 Help
    Replies: 3
    Last Post: 02-14-2012, 11:30 AM
  2. FOV changer
    By princsce in forum Call of Duty Modern Warfare 2 Help
    Replies: 7
    Last Post: 12-25-2011, 01:44 AM
  3. [Patched] MW3 FOV Changer (1.2.359)
    By silentrunner2 in forum Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    Replies: 22
    Last Post: 11-19-2011, 06:15 AM
  4. [Release] MW2 FOV Changer (1.0.172)
    By silentrunner2 in forum Call of Duty 6 - Modern Warfare 2 (MW2) Hacks
    Replies: 30
    Last Post: 02-09-2010, 10:30 PM
  5. [Release] MW2 FOV Changer (1.0.174)
    By silentrunner2 in forum Call of Duty 6 - Modern Warfare 2 (MW2) Hacks
    Replies: 33
    Last Post: 01-20-2010, 12:11 AM