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?
-
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
-
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
-
https://github.com/Biggyda/Iw5-Scripts
Note this will only work in private matches or servers if they have it on themThis post is deleted! -
https://github.com/Biggyda/Iw5-Scripts
Note this will only work in private matches or servers if they have it on themThis post is deleted! -
https://github.com/Biggyda/Iw5-Scripts
Note this will only work in private matches or servers if they have it on themThis post is deleted! -
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
This post is deleted! -
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 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
-
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