#cw-crafting vector coordinates

1 messages · Page 1 of 1 (latest)

normal sorrel
#

Seems like I can't adjust Z coordinates. Whatever numbers I put, prop spawns either in the ceiling very high or on the ground, even if I adjust by veeeery veery little. is the Z coordinate locked somehow?

grizzled zinc
#

Hmm, are you trying to spawn it as a prop that's ontop of something?

normal sorrel
#

chopping board on top of an existing table or barrel, whateve default gta map has.

grizzled zinc
#

There's a PlaceObjectOnGroundProperly native being called when creating the tables. honestly it seems to just be a waste of time in most cases so it'd probably be easier to remove that native

normal sorrel
#

where is it located?

grizzled zinc
#

In the client.lua

#

search for it

normal sorrel
#

I see

#

completely delete it out?

grizzled zinc
#

Yeah

normal sorrel
#

or just PlaceObjectOnGroundProperly this line

grizzled zinc
#

it might mess some of your tables up tho

#

if you have full sized ones

#

But those can be fixed by just tweaking the z coord

normal sorrel
#

let me check

#

like a charm

#

amazing.. you know everything

grizzled zinc
#

I'll probably make a quick fix for it later. Maybe just make it optional to use the native via config or something