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.
This will only work in your server side console and not in your F8!
Go to your server console (txAdmin)
Execute
listrestaurants <id> <name>, here you can see all the create restaurant and their ids

Then use
setrestaurantowner <restaurant_id> <player_server_id>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