golanu21 Posted August 4, 2013 Share Posted August 4, 2013 local vehicle1 = createVehicle ( 549, -1396.013671875, 464.8935546875, 7.1875, 0, 0, 0, "ZoRPG") setVehicleLocked(vehicle1, false) i can't enter in the vehicle1 Link to comment
xXMADEXx Posted August 4, 2013 Share Posted August 4, 2013 You're arguments arn't correct. vehicle createVehicle ( int model, float x, float y, float z [, float rx, float ry, float rz, string numberplate, bool bDirection, int variant1, int variant2 ] ) Link to comment
golanu21 Posted August 4, 2013 Author Share Posted August 4, 2013 What is not correct? Link to comment
Vision Posted August 4, 2013 Share Posted August 4, 2013 Are you using it on server-side? Link to comment
isa_Khamdan Posted August 4, 2013 Share Posted August 4, 2013 (edited) Try this local Car = createVehicle ( 421, 2506.1220, -1680.1697, 13.5765 ) This will create a car in groove street Edited August 4, 2013 by Guest Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now