Vice City: Multiplayer

Server Development => Scripting and Server Management => Topic started by: [Elv]Woodland on Sep 16, 2015, 02:53 PM

Title: Object Position :(
Post by: [Elv]Woodland on Sep 16, 2015, 02:53 PM
I Created XML file,added this above item position ,XYZ coords by /s , then restarted server & the object has shown as {have a look to the above pic} :D

<item model="474" name="">
<position x="-1709.71" y="-147.009" z=14.8683" />
<rotation format="axisangle" x="0.0000000000" y="0.0000000000" z="0.0000000000" angle="-1.0000000000" />
</item>

(https://forum.vc-mp.org/proxy.php?request=http%3A%2F%2Fi.imgur.com%2F69lLvIn.png&hash=e97b9174d36eba3b99499a5dbca20a99e2c638ae)

Need Help to fix its position!
Title: Re: Object Position :(
Post by: Debian on Sep 16, 2015, 03:02 PM
lower your z axis by 4 or 5
Title: Re: Object Position :(
Post by: [Elv]Woodland on Sep 16, 2015, 03:52 PM
aHH SORY ACTUALY I DINT GET YOU ,What yu mean to say !
Title: Re: Object Position :(
Post by: KAKAN on Sep 16, 2015, 04:10 PM
Change
z=14.8683"" />TO:-
z="14.8683" />
Else make the Z axis 19 or 15
Title: Re: Object Position :(
Post by: [Elv]Woodland on Sep 16, 2015, 07:04 PM
It is  z=14.8683" in XML file , bymistakenly i posted as "" , Modified

You have solution? how to fix it!
Title: Re: Object Position :(
Post by: Thijn on Sep 16, 2015, 07:07 PM
Then lower the Z position...
Title: Re: Object Position :(
Post by: [Elv]Woodland on Sep 16, 2015, 07:08 PM
Lower?? Specific quantity? plZ
Title: Re: Object Position :(
Post by: Thijn on Sep 16, 2015, 07:15 PM
How would I know? Try it.
First lower it with like 0.01, then keep increasing that until you're happy with how it looks.
Title: Re: Object Position :(
Post by: [Elv]Woodland on Sep 17, 2015, 08:32 AM
Yep Fixed :D i lower 14.8683 to 13.8683 , Now its fine!
Topic Locked!