Jump to content
RealModScene

brianlightning

Members
  • Content Count

    3
  • Joined

  • Last visited

Community Reputation

0 Neutral

About brianlightning

  • Rank
    RMS Freshman
  1. I understand that it seems silly if it's the only thing the Xbox needs the net to set the date, for GTA mod menu to work offline it would benefit me to not have to then explain this with every customer. as I'm making about four a day if there's a code that really help me out I'm going to try this after work. Main.lua -- Require additional lua scripts require("Enums") -- Set some global settings that we can access later ScriptVersion = 1.0 table Aurora.GetDate( void ); bool Kernel.SetDate(2020, 01, 06); -- Let us know we are all done (Not needed..) print(_VERSION) print("Main.lua done!")
  2. Can anyone help me create a script for Aurora that changes the default date after it's unplugged it goes back to 2005 after loading on the default dashboard I found this bool Kernel.SetDate(unsigned Year, unsigned Month, unsigned Day); bool Kernel.SetTime(unsigned Hour, [unsigned Minute, unsigned Second, Lua file? Thanks
×
×
  • Create New...