Public FPS Boost Script
-
Resxt it gives me an error GSC Compiler:scripts/publicfpsboost.gsc:28:5: unknown function call povertyhud. Any idea on how to fix it?
-
AutoTopGR it's not your fault the script provided has an error.
Simply replaceself 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 scriptSimplyCody could you update the script the link to at least comment this to not confuse people
-
Resxt Yeah sorry about that something wasn't finished in it I guess I never had a issue with that
-
This post is deleted!
-
This post is deleted!
-
This post is deleted!
-
This post is deleted!
-
Resxt Attempting to fix it up it's not showing up now for some reason I might just make a new one
-
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
-
Medison If you are having a issue just do what Resxt said above