Tokenizer- Automatic Script Install
If you don't want to install it yourself in each script personally, use this feature but note the warnings below!
This function automatically installs the code from the installation guide into each script.
It can ONLY be manually undone by yourself.
When you stop using our tokenizer you don't have to worry about uninstalling it manually from each script because it won't find our tokenizer anymore and just warns in the client console that the code from the installation guide is gone and ignores it becomes.r
If you don't use the function, you have to insert this at the top of every script in the "fxmanifest.lua" or "__resource.lua": "shared_script '@Lyxos-Tokenizer/Data/Obj.lua'"
Example:
fx_version 'cerulean'
games { 'gta5' }
shared_script '@Lyxos-Tokenizer/Data/Obj.lua' -- <- Like this
server_scripts {
'mainSV.lua'
}
client_scripts {
'mainCL.lua'
}
Last updated