BryceTheCoder Posted August 11, 2012 Share Posted August 11, 2012 Ok so i am using SMART as my selected client and now this doesnt work anymore: SmartSetDebug(True); and now i tried this (since i dont really have a TSCARClient): SmartSetDebug(SMART,True); but that doesnt work. How would i make it use the SMARTs client. Quote Link to comment Share on other sites More sharing options...
Bixby Sayz Posted August 12, 2012 Share Posted August 12, 2012 There is a variable Smart_Client that gets set to the current client during SMART's initialization. [sCAR]SmartSetDebug(Smart_Client, True);[/sCAR] Quote Link to comment Share on other sites More sharing options...
BryceTheCoder Posted August 12, 2012 Author Share Posted August 12, 2012 Thank you very much bixby:) Quote Link to comment Share on other sites More sharing options...