I need help with this part. A lot of resources need access to MySQL and GC accounts to work:Older resources still need their SQL tables created before they can run, use the dumps Mr.Green-MTA-Resources/config/green_coins.sql and Mr.Green-MTA-Resources/config/mrgreen_mtasrvs.sql to create themSet up the connection to your MySQL server in the gcshop settings (with runcode for example): /srun set("*gcshop.host", 'localhost'); set("*gcshop.dbname", 'mrgreen_mtasrvs'); set("*gcshop.user", 'root'); set("*gcshop.pass", '');Set up gc devmode, this skips the need to check passwords with /gclogin: /srun set("*gc.devmode", true)Now you can login with /gclogin <forumid> admin, the forumid is the id for an account you can chooseCold you try to explain me?