multitheftauto/mtasa-blue

createColSphere appears only in dimension 0

Closed this issue · 1 comments

Describe the bug

When we create an area with createColSphere and define setElementDimension, it is assigned as a dimension, but the drawing remains on the screen.

I tried the same with a marker, but the drawing disappears.

Image
col = createColSphere(1372.43359375, -944.9365234375, 34.1875,2)
setElementDimension(col,10)

iprint("dim:",getElementDimension(col))

Steps to reproduce

.

Version

Multi Theft Auto v1.6-release-23374

Additional context

No response

Relevant log output

Security Policy

  • I have read and understood the Security Policy and this issue is not security related.

Oh I forgot this only works in developer mode, you can close this topic