dirtrider478 12 Posted August 18, 2020 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 ()
Stoned 52 Posted August 18, 2020 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
dirtrider478 12 Author Posted August 18, 2020 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);
dirtrider478 12 Author Posted August 18, 2020 30 minutes ago, Soldtodie said: getClient().setRenderingDisabled(true); Finally got it to work! Thanks so much
Stoned 52 Posted August 18, 2020 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.