Pillbox hospital door names

I Have this door, but i dont know its nameee!!!
Im going crazy, because i already know the coordinates and the heading, I JUST NEED ITS NAME!
Can someone help pls?!

Use this tool to get the modelHash which can be used instead of a “proper” name:

i will try, thanks!

objHash = GetHashKey(‘I PUT THE DEBUG CODE HERE AND DIDNT WORK’),

    objHeading = 270.0,

    objCoords = vector3(411.0243225097656, -1025.05908203125, 28.33501625061035),

    textCoords = vector3(410.33, -1021.48, 30.5),

    authorizedJobs = {'police'},

    locked = true,

    size = 1.4,

    maxDistance = 16

It needs to be like this:
objHash = PUT_HASH_HERE , e.g. objHash = -20192832
There is no point in using GetHashKey() as the debug thing already provides you with it.
A small warning, you need to grab the numbers after the Model in the debug thing, nothing else!

1 Like