Posts: 635
Threads: 170
Joined: Jun 2011
Reputation:
0
Hello, i want to creat Private vehicles for V.I.P Only with LuxAdmin
how to do it?
Posts: 635
Threads: 170
Joined: Jun 2011
Reputation:
0
i don't understand, where i put the Coordination of The Car and Model ID ?
Posts: 1,765
Threads: 1
Joined: Aug 2011
Reputation:
0
Here
VIPCars = CreateVehicle(model, x, y, z etc....
Sorry if I was unclear i havnt posted on these forums in time.
Posts: 635
Threads: 170
Joined: Jun 2011
Reputation:
0
Last Question Please, i need to put all this in LuxAdmin Script or new FS?
Posts: 1,765
Threads: 1
Joined: Aug 2011
Reputation:
0
YOu need to put it in the LuxAdmin Script because your player enum is there right?
This forum requires that you wait 120 seconds between posts. Please try again in 50 seconds. - This is why people dont help other people
Posts: 635
Threads: 170
Joined: Jun 2011
Reputation:
0
Yea i Must Put it There . Thank you a lot Ice !
Posts: 29
Threads: 6
Joined: Dec 2010
Reputation:
0
Do you have to put exactly like this "new VIPCars[numberofcars];" or what do you mean with [numberofcars]?
Posts: 1,765
Threads: 1
Joined: Aug 2011
Reputation:
0
You have to put how meny cars you have in your script -1 or if thats to hard for you to understand do it the easy way and just put
new VIPCars;
then VIPCars = CreateVeh....etc