1
Serverside Modding / Re: Delete Eula terms
« on: October 14, 2014, 04:54:09 pm »Quote from: "schlumpf"
set cvars readeula, readtos, readTerminationWithoutNotice, readScanning to 1, either in lua or just in config.wtf.
I tried editing what you said:
In function AccountLogin_OnLoad(self) I used:
SetCVar("readTOS", 1);
SetCVar("readEULA", 1);
SetCVar("readTerminationWithoutNotice", 1);
But did not works.
Only to test, I tried editing function AccountLogin_OnShow(self) too, using the same SetCVar before AccountLogin_ShowUserAgreements(); but nothing...
Thanks for reading.