Create Your Restaurant
In order to create your restaurant, you need to access the restaurant creator interface. You can change the way you access here in the config.lua
Config.Creator = {
Command = "crest",
Job = 'realestate'
}

After filling out the form and the positions, the restaurant will be created.
Setting the restaurant owner (Important!)
The restaurant will be created but a owner has still to be assigned.
Go to your server console
Execute
listrestaurants <id> <name>
, here you can see all the create restaurant and their ids

Then use
setrestaurantowner <restaurant_id> <player_id/identifier>
Then the player with that player id will be the owner of the restaurant and he can see all the management interaction to invite more employees.
Last updated