Posts: 3,934
Threads: 353
Joined: Jan 2010
Reputation:
0
Hey! I've been asked to add in a garage system to store players vehicles inside. But I've no idea where to actually start with something like this. Was wondering if anyone could help me out a little.
Thanks!
Posts: 129
Threads: 24
Joined: Dec 2014
Reputation:
0
I don't get what the challenge is:
Just use a generic interior / location and assign each player a different VW. When the player /enters their garage and leaves without a VEHICLE(or simply you can check if any of their private vehicles are in range of their garage), mark them in a variable as being stored. Then, you can make a max vehicle capacity etc for their garage.
Posts: 77
Threads: 18
Joined: Jan 2015
Reputation:
0
First make one map like intererior , second make a cmd to enter example /garage and check if player is in range of point , use a variable to check MAX CARS to enter there and be careful on player use cmd to teleport him inside the interior with car. That is all. If u wanna i can make for u cmd
Posts: 3,085
Threads: 37
Joined: Nov 2012
Reputation:
0
Seems simple enough. It would make your life easier if you're using the streamer plugin, you can make use of the OnPlayerEnterDynamicArea function.