The "chaserfirststartup" command

As soon as you download and install chaser on your server from TEBEX go into your server.cfg, and add to ace perms the following:

add_ace group.admin command.chaserfirststartup allow

or to whatever group you utilize, this step isn’t mandatory, but highly recommended in order to prevent players from utilizing this command.

Once that is done, run the script.

When in game, go into a clean area, without traffic or peds, and run the command:

“chaserfirststartup update”

This command will process and calculate all necessary chaser pre-calc info for all compatible models in your server.

You’ll need to run this everytime new vehicles are added in order to keep compatibility, else new vehicles might break features.

Once the command has been processed you’ll see a new file named

“globalvehdata.lua” in your config folder, was created or updated.

and now, you’re ready to use chaser!

Arguments:

The "chaserfirststartup" command has 3 possible arguments:

update:

When calling with the argument "update", the command will only process vehicles that require an update, when calling with this argument, the settings stored in "globalvehdata.lua" will not be overwritten.

overwrite:

When calling with the argument "overwrite", the command will process all vehicles, and overwrite the "globalvehdata.lua" entirely, losing all saved settings.

none:

When calling without an argument, the command will process all vehicles, and overwrite the "globalvehdata.lua" entirely, losing all saved settings.

Last updated