{
"sql": {
"host": "YOUR_SQL_HOST",
"user": "YOUR_SQL_USER",
"password": "YOUR_SQL_PASSWORD",
"database": "YOUR_SQL_DATABASE"
},
"autostart": {
"exclude": []
},
"vehicleSpawnBlacklist": [
"oppressor",
"oppressor2"
],
"language": "en_US"
}
createMenu("Would you like to continue?", [
{
label: "Yes {fa-solid fa-check}",
type: "button",
action: "close"
},
{
label: "No {fa-solid fa-xmark}",
type: "button",
action: "close"
}
]);
- Stuyk for the great documentation
- Colin Mitchell for the name generator
- YannBCF