Results 1 to 4 of 4
  1. #1
    Luvs2Cheat's Avatar
    Join Date
    Dec 2016
    Gender
    male
    Posts
    0
    Reputation
    10
    Thanks
    0

    {REQUEST} Simple FOV script

    I have zero lua coding knowledge and was wondering if someone could create a simple FOV script for me? It would be much appreciated.

  2. #2
    Cyaegha's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    536
    Reputation
    17
    Thanks
    526
    https://wiki.garrysmod.com/page/GM/CalcView
    Hook CalcView, tbl.fov = custom fov, return tbl.

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

    Luvs2Cheat (03-13-2017)

  4. #3
    AmonPGWH's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    1
    --FOV
    CreateClientConVar("cheat_fov", "110", true, false)
    function CalcView(ply, pos, angles, fov)
    local view = {}
    view.origin = pos
    view.angles = angles
    view.fov = GetConVarNumber("cheat_fov")
    return view
    end
    hook.Add("CalcView", tostring(math.random(999, 9999999)), CalcView)

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

    Luvs2Cheat (03-21-2017)

  6. #4
    Royce's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    17,967
    Reputation
    4088
    Thanks
    6,418
    I'm guessing you got helped so I'm going to close this

    /Closed /moved.

Similar Threads

  1. [Help] Request: Simple AHK Script.
    By zminh1 in forum Trove Discussions & Help
    Replies: 6
    Last Post: 08-20-2015, 10:04 PM
  2. Replies: 1
    Last Post: 09-08-2013, 02:41 AM
  3. [Request] Simple Radar for Rune(old game)
    By happydeath in forum Hack Requests
    Replies: 0
    Last Post: 06-19-2009, 08:35 PM
  4. [request] simple weapon hack
    By tiagosoft in forum WarRock - International Hacks
    Replies: 12
    Last Post: 09-22-2007, 09:42 PM
  5. [Request] Simple Undected Tranier
    By Grannyp0rn in forum WarRock - International Hacks
    Replies: 9
    Last Post: 06-02-2007, 02:29 PM