HI,
I remember at one time this was tried. Allowing people to use a boat to cross water but people was leaving it in the middle of the water.
Is it possible to allow people to rent or use a boat, but if it is left in the middle of the water or somewhere that it can't be reached. Can it reset after a certain amount of time inactivity?
Boats for rent, reset if not returned
-
- Posts: 67
- Joined: Tue Jul 11, 2006 1:49 am
i have a script for this. just make a building that sells a usable item, rename it to something like renta-boat. then in servergamescript.txt in your programfiles/theuniversal/data folder add this;
Event( "UseItem", "Renta-boat" )
{
*command=setvehicle %player% 4
}
you will have to change the name renta-boat to whatever your usable item was renamed to.
Event( "UseItem", "Renta-boat" )
{
*command=setvehicle %player% 4
}
you will have to change the name renta-boat to whatever your usable item was renamed to.