28.10.2018, 12:59
I did. surely
And how can one do this neon system only for a private vehicle?
Код:
//Load Car PrivateCar = AddStaticVehicle(VehicleInfo[vid_][vID_vvv], VehicleInfo[vid_][vX], VehicleInfo[vid_][vY], VehicleInfo[vid_][vZ], VehicleInfo[vid_][vA], VehicleInfo[vid_][vColor1], VehicleInfo[vid_][vColor2]); //Load Neon SetPVarInt(playerid, "Status", 1); SetPVarInt(playerid, "neon", CreateObject(18647, 0, 0, 0, 0, 0, 0)); SetPVarInt(playerid, "neon1", CreateObject(18647, 0, 0, 0, 0, 0, 0)); AttachObjectToVehicle(GetPVarInt(playerid, "neon"), PrivateCar, -0.8, 0.0, -0.70, 0.0, 0.0, 0.0); AttachObjectToVehicle(GetPVarInt(playerid, "neon1"), PrivateCar, 0.8, 0.0, -0.70, 0.0, 0.0, 0.0);

