Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

  1. Home
  2. MW3 Modding Releases & Resources
  3. Public FPS Boost Script

Public FPS Boost Script

Scheduled Pinned Locked Moved MW3 Modding Releases & Resources
17 Posts 8 Posters 3.0k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • GhostRider0125undefined Offline
    GhostRider0125undefined Offline
    GhostRider0125
    wrote on last edited by
    #4

    come on lads give this man a clap👏 and use his script😆

    1 Reply Last reply
    1
    • SimplyCodyundefined SimplyCody

      https://github.com/Biggyda/Iw5-Scripts
      Note this will only work in private matches or servers if they have it on them

      vtdundefined Offline
      vtdundefined Offline
      vtd
      wrote on last edited by
      #5
      This post is deleted!
      1 Reply Last reply
      0
      • AutoTopGRundefined Offline
        AutoTopGRundefined Offline
        AutoTopGR
        wrote on last edited by
        #6

        Can someone tell me in which folder do I put the script in?

        Resxtundefined 1 Reply Last reply
        0
        • AutoTopGRundefined AutoTopGR

          Can someone tell me in which folder do I put the script in?

          Resxtundefined Offline
          Resxtundefined Offline
          Resxt
          Plutonium Staff
          wrote on last edited by
          #7

          AutoTopGR https://plutonium.pw/docs/modding/loading-mods/#loading-existing-scripts-on-iw5

          AutoTopGRundefined 1 Reply Last reply
          0
          • Resxtundefined Resxt

            AutoTopGR https://plutonium.pw/docs/modding/loading-mods/#loading-existing-scripts-on-iw5

            AutoTopGRundefined Offline
            AutoTopGRundefined Offline
            AutoTopGR
            wrote on last edited by
            #8

            Resxt it gives me an error GSC Compiler:scripts/publicfpsboost.gsc:28:5: unknown function call povertyhud. Any idea on how to fix it?

            Resxtundefined 1 Reply Last reply
            1
            • AutoTopGRundefined AutoTopGR

              Resxt it gives me an error GSC Compiler:scripts/publicfpsboost.gsc:28:5: unknown function call povertyhud. Any idea on how to fix it?

              Resxtundefined Offline
              Resxtundefined Offline
              Resxt
              Plutonium Staff
              wrote on last edited by
              #9

              AutoTopGR it's not your fault the script provided has an error.
              Simply replace self thread povertyHud(); with //self thread povertyHud(); so that it's commented and not executed.

              The function povertyHud() doesn't exist because it's commented at the end of the script

              SimplyCody could you update the script the link to at least comment this to not confuse people

              SimplyCodyundefined Ghost420_undefined 3 Replies Last reply
              1
              • Resxtundefined Resxt

                AutoTopGR it's not your fault the script provided has an error.
                Simply replace self thread povertyHud(); with //self thread povertyHud(); so that it's commented and not executed.

                The function povertyHud() doesn't exist because it's commented at the end of the script

                SimplyCody could you update the script the link to at least comment this to not confuse people

                SimplyCodyundefined Offline
                SimplyCodyundefined Offline
                SimplyCody
                Contributor
                wrote on last edited by
                #10

                Resxt Yeah sorry about that something wasn't finished in it I guess I never had a issue with that

                1 Reply Last reply
                0
                • SimplyCodyundefined SimplyCody

                  https://github.com/Biggyda/Iw5-Scripts
                  Note this will only work in private matches or servers if they have it on them

                  Ghost420_undefined Offline
                  Ghost420_undefined Offline
                  Ghost420_
                  wrote on last edited by Ghost420_
                  #11
                  This post is deleted!
                  1 Reply Last reply
                  0
                  • SimplyCodyundefined SimplyCody

                    https://github.com/Biggyda/Iw5-Scripts
                    Note this will only work in private matches or servers if they have it on them

                    Ghost420_undefined Offline
                    Ghost420_undefined Offline
                    Ghost420_
                    wrote on last edited by
                    #12
                    This post is deleted!
                    1 Reply Last reply
                    0
                    • SimplyCodyundefined SimplyCody

                      https://github.com/Biggyda/Iw5-Scripts
                      Note this will only work in private matches or servers if they have it on them

                      Ghost420_undefined Offline
                      Ghost420_undefined Offline
                      Ghost420_
                      wrote on last edited by Ghost420_
                      #13
                      This post is deleted!
                      1 Reply Last reply
                      0
                      • Resxtundefined Resxt

                        AutoTopGR it's not your fault the script provided has an error.
                        Simply replace self thread povertyHud(); with //self thread povertyHud(); so that it's commented and not executed.

                        The function povertyHud() doesn't exist because it's commented at the end of the script

                        SimplyCody could you update the script the link to at least comment this to not confuse people

                        Ghost420_undefined Offline
                        Ghost420_undefined Offline
                        Ghost420_
                        wrote on last edited by
                        #14
                        This post is deleted!
                        1 Reply Last reply
                        0
                        • Resxtundefined Resxt

                          AutoTopGR it's not your fault the script provided has an error.
                          Simply replace self thread povertyHud(); with //self thread povertyHud(); so that it's commented and not executed.

                          The function povertyHud() doesn't exist because it's commented at the end of the script

                          SimplyCody could you update the script the link to at least comment this to not confuse people

                          SimplyCodyundefined Offline
                          SimplyCodyundefined Offline
                          SimplyCody
                          Contributor
                          wrote on last edited by
                          #15

                          Resxt Attempting to fix it up it's not showing up now for some reason I might just make a new one

                          1 Reply Last reply
                          0
                          • Medisonundefined Offline
                            Medisonundefined Offline
                            Medison
                            wrote on last edited by Medison
                            #16

                            SimplyCody can you please add third option for F1 button here example (i tried to edit your script but error)
                            self setClientDvar("fx_enable", 0);
                            self setClientDvar("r_fog", 0);
                            self setClientDvar("fx_drawclouds", 0);
                            self setClientDvar("r_lightmap", 1);
                            self iPrintLn("^5NO FX^1/^5NO Fog");

                            as you can see its just disable fx and fog but lighting stay default

                            SimplyCodyundefined 1 Reply Last reply
                            0
                            • Medisonundefined Medison

                              SimplyCody can you please add third option for F1 button here example (i tried to edit your script but error)
                              self setClientDvar("fx_enable", 0);
                              self setClientDvar("r_fog", 0);
                              self setClientDvar("fx_drawclouds", 0);
                              self setClientDvar("r_lightmap", 1);
                              self iPrintLn("^5NO FX^1/^5NO Fog");

                              as you can see its just disable fx and fog but lighting stay default

                              SimplyCodyundefined Offline
                              SimplyCodyundefined Offline
                              SimplyCody
                              Contributor
                              wrote on last edited by
                              #17

                              Medison If you are having a issue just do what Resxt said above

                              1 Reply Last reply
                              0
                              Reply
                              • Reply as topic
                              Log in to reply
                              • Oldest to Newest
                              • Newest to Oldest
                              • Most Votes


                              • Login

                              • Don't have an account? Register

                              • Login or register to search.
                              • First post
                                Last post
                              0
                              • Recent
                              • Tags
                              • Popular
                              • Users
                              • Groups
                              • Donate