Hanney Posted September 10, 2005 Share Posted September 10, 2005 (edited) Ok can someone tell me what is wrong with this vcmp car spawn? I dunno what it is and iv tried comparing it to the normal ones that already work but theres to many friggin numbers and i just get confused when i start the server with these car spawn codes i made the car dosent appear! i dunno what im doing wrong so can you help? Heres one of my codes.. EDIT: Iv noticed theres commas after the coords and i know theres somethin up with the end of it that i cant figure out! ;Vehicle = 176 592.364, -1728.463, 7.567.2 90 -1 -1 Edited September 10, 2005 by Hanney Link to comment Share on other sites More sharing options...
Cam Posted September 10, 2005 Share Posted September 10, 2005 ;Vehicle = 176 592.364, -1728.463, 7.567 90 -1 -1 If there's a ";" before "Vehicle" then it's commented out, in other words it will be ignored and will not be parked. Vechicle defines that it is a car. 176 is the car ID in the default.ide 592.356 is the X Coordinate. -1728.463 is the Y coordinate. 7.567 is the Z Coordinate 90 is the Car Z angle. -1 is the Primary colour. -1 is the secondary colour. Link to comment Share on other sites More sharing options...
Hanney Posted September 11, 2005 Author Share Posted September 11, 2005 Ty Youv helped me alot. Link to comment Share on other sites More sharing options...
Mike Posted September 11, 2005 Share Posted September 11, 2005 (edited) Note: Do not put commas between the co-ordinates Vehicle = 176 592.364, -1728.463, 7.567 90 -1 -1 Incorrect Vehicle = 176 592.364 -1728.463 7.567 90 -1 -1 Correct Edited September 11, 2005 by mikechml Link to comment Share on other sites More sharing options...
Cam Posted September 11, 2005 Share Posted September 11, 2005 Didn't notice that too. Link to comment Share on other sites More sharing options...