07.04.2011, 21:18
I have made this for my car dealership but i can't work out how can i lock the car as well.
here is the code
here is the code
pawn Code:
new vehicle_id1, Text3D:vehicle3Dtext1;
vehicle3Dtext1 = Create3DTextLabel("Blade For Sale | Price: $50000", COLOR_LIGHTBLUE, 0.0, 0.0, 0.0, 20.0, 0, 1);
vehicle_id1 = AddStaticVehicleEx(536,2120.4929,-1133.8273,25.0410,299.3176,0,0,1);
Attach3DTextLabelToVehicle(vehicle3Dtext1, vehicle_id1, 0.0, 0.0, 0.0);