If you still encounter issues after completing this tutorial, we kindly ask you to review each step again to ensure everything has been followed correctly. If you're confident that all steps were completed properly and the issue persists, feel free to open a ticket on our .
Our team will be happy to help you.
1. Download
In the following section, you will find all the information about downloading our resources:
2. Dependencies & Requirements
Resources
You need
Official Download Links
ESX Legacy
oxmysql or mysql-async
Database
ALTER TABLE users ADD immigration_whitelisted INT(1) DEFAULT '0';
ALTER TABLE users ADD immigration_note longtext DEFAULT NULL;
ALTER TABLE users ADD immigration_banned_until VARCHAR(50) DEFAULT NULL;
ALTER TABLE users ADD immigration_banned_until_temp VARCHAR(50) DEFAULT NULL;
ALTER TABLE users ADD immigration_ban_id VARCHAR(20) DEFAULT NULL;
ALTER TABLE users ADD immigration_discord_name VARCHAR(255) DEFAULT NULL;
ALTER TABLE users ADD immigration_discord_avatar_url VARCHAR(255) DEFAULT NULL;
-- ADDED IN VERSION 1.0.3!
ALTER TABLE users ADD immigration_in_questionnaire INT(1) DEFAULT '0';
3. Configuration
If you have successfully completed the installation, you can proceed with the configuration.