Jump to content
Frequently Asked Questions
  • Are you not able to open the client? Try following our getting started guide
  • Still not working? Try downloading and running JarFix
  • Help! My bot doesn't do anything! Enable fresh start in client settings and restart the client
  • How to purchase with PayPal/OSRS/Crypto gold? You can purchase vouchers from other users
  • disabling rending with script


    dirtrider478

    Recommended Posts

    I understand that there is getClient.SetRenderingDisabled(boolean b)

    but what is the proper way to use it in a script cause I keep getting problems when pasting it in my script. Any examples would be helpful. Also what is suppose to go inside ()

    Link to comment
    Share on other sites

    getClient().SetRenderingDisabled(true) // will disable rendering

    getClient().SetRenderingDisabled(false) // will enable rendering

    These may be the wrong way round but I think this is correct :)

    Link to comment
    Share on other sites

    20 minutes ago, Stoned said:

    getClient.SetRenderingDisabled(true) // will disable rendering

    getClient.SetRenderingDisabled(false) // will enable rendering

    These may be the wrong way round but I think this is correct :)

    Its saying getClient can be resolved, pasting it as getClient.SetRenderingDisabled(true);

     

    Link to comment
    Share on other sites

    3 hours ago, dirtrider478 said:

    Its saying getClient can be resolved, pasting it as getClient.SetRenderingDisabled(true);

     

    oops, forgot the () on the "getClient". That's what too much db3 does to a man :( Glad you got it working :)

    Link to comment
    Share on other sites

    Archived

    This topic is now archived and is closed to further replies.

    ×
    ×
    • Create New...

    Important Information

    We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.