Vehicle Garage Help
#1

Okay I'm trying to make a garage system for my serv.

Everything works accept... The car doesn't spawn in the garage where I want it to, here take a look

Код:
			new Float:CarGaragex = GarageInfo[playerid][gGarageParkX];
			new Float:CarGaragey = GarageInfo[playerid][gGarageParkY];
			new Float:CarGaragez = GarageInfo[playerid][gGarageParkZ];
			new garageint = GarageInfo[playerid][gGarageInt];
			new garagevw = GarageInfo[playerid][gGarageVW];
			playercarid[playerid] = CreateVehicle(CarId,CarGaragex,CarGaragey,CarGaragez,Carangle,randcolor,randcolor,300000);
			LinkVehicleToInterior(CarId,garageint);
			SetVehicleVirtualWorld(CarId,garagevw);
Can somebody figure this out? I go in the garage and I don't see a car, what's the deal? =o
Reply
#2

You should check if the virutalworld of player is same as here.
Does the car spawn anyhow?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)