Origen Hacking (optional)

Follow this steps to use the correct part for the Origen Car Bosting Script. So if you want to remove this script for your server and change for your script, follow the next steps:

  1. Remove the Script origen_hacking

  2. Change the event: origen_carboosting/custom/client/functions.lua - Line 6 Remplace this export:

    exports['origen_hacking']:createGame("alphabet", 30)

    For your export like this:

    Custom.Minigame = function()
        local status = exports['name_of_theScript']:terminal()
        return status
    end

  3. Save the file and run the script

Of you change this part for the script, of course you need to put the minigame script starting before the origen_carboosting to can load the script correctly and the event load.

Last updated