Adding a new motel
To add a new motel, just follow this steps.
Go to
shared/config.lua
and add this line toConfig.Motels
{price = 20000 , coords = vec3(0.0, 0.0, 0.0)},
Replace price and coords to your desired values.
Execute this SQL line in your database.
INSERT INTO `motels` (`owner`, `chiavi`, `ultimorinnovo`, `giornimancanti`) VALUES
('steam:vuoto', '[]', '2024/01/09', '7');
A better system to add motels is coming with Ultra Motels V2
Last updated