and you know how avoid the ppl Taking the codelocks when are unlocked?

Hotel
Hotel System
Total Downloads: 2,635 - First Release: Aug 12, 2015 - Last Update: Apr 19, 2018
- 5/5, 18 likes
-
anyone have the plugin compiles well throw your file and this throws an error
-
ı dont know how to avoid to take unlocked lock. But after ı finish hotel, giving password all lock no body can take locks and ı get unlimited (time) rooms, people more like unlimited rooms. After hotel plugin update (not working now) I can show how ı made hotel in my server and price somethink or my using plugin list option. (I understand this, your question
)
-
Getting this error
[Error] Error while compiling Hotel.cs(830,65): error CS1061: Type `BaseEntity' does not contain a definition for `isDestroyed' and no extension method `isDestroyed' of type `BaseEntity' could be found. Are you missing an assembly reference? -
Error while compiling Hotel.cs(830,65): error CS1061: Type `BaseEntity' does not contain a definition for `isDestroyed' and no extension method `isDestroyed' of type `BaseEntity' could be found. Are you missing an assembly reference?
What is this now -
I believe they changed it to 'IsDestroyed', you'll have to change the code in the actual plugin, not in the config.
-
Line 829 needs to be changed from this:
Code:if (!(deploy.GetComponentInParent<BaseEntity>().isDestroyed))
Code:if (!(deploy.GetComponentInParent<BaseEntity>().IsDestroyed))
Thank you srtbull! -
-
-
-
Wulf Community Admin
-
-
Wulf Community Admin
Fixed now!
-
-
Wulf Community Admin
-
but have some little things to fix that are finaly a headacheLast edited by a moderator: Jan 3, 2017 -
How do you stop people from just picking up the code lock from the door? Since its unlocked after someone is done renting, players are just removing the codelocks from the doors and using them on their own houses.
I have also noticed the room does not refresh after a rental is complete. -
This plugin is in "stand-by", dont work well by now. Is better dont use it, at least you can modify it as dev for a well working. -
I did not find in the Oxide documentation hooks on the pick up of the lock by players. There are some ideas how to fix the plugin?
-
Sleeping bag isn't transferred automatically to the player. What it is necessary to make that it was transferred?