17.11.2010, 23:27
(
Последний раз редактировалось Lars_Frederiksen; 17.11.2010 в 23:40.
)
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
Can somebody figure this out? I go in the garage and I don't see a car, what's the deal? =o
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);