need help

Started by Adriano^, Aug 05, 2017, 12:19 AM

Previous topic - Next topic

Adriano^

Hello, I wonder if it's possible to open the garages of the houses when we buy, can someone tell me? And if possible can you tell me how to do this?  Thank. ;)

Sorry my english is of the translator ;D

D4rkR420R

It's a VCMP implemented object to the game. I doesn't seem to can't remove it.

Adriano^

I found a topic and adapted it to a function, for example: for the drive garage door for mansion use RawHideMapObject (2548, -3576, -5397,149); // to remove the object ai just create it again and use a function to move it

Decent_946

Quote from: Adriano^ on Aug 05, 2017, 02:43 AMI found a topic and adapted it to a function, for example: for the drive garage door for mansion use RawHideMapObject (2548, -3576, -5397,149); // to remove the object ai just create it again and use a function to move it
As a player, you can not open/hide the garage gate. Only server developers can. Make a suggestion on the servers forum for this ability.

Adriano^

Quote from: Decent_946 on Aug 05, 2017, 07:44 AM
Quote from: Adriano^ on Aug 05, 2017, 02:43 AMI found a topic and adapted it to a function, for example: for the drive garage door for mansion use RawHideMapObject (2548, -3576, -5397,149); // to remove the object ai just create it again and use a function to move it
As a player, you can not open/hide the garage gate. Only server developers can. Make a suggestion on the servers forum for this ability.

I am a creator, but I am still new with scripts. thank

MEGAMIND

you can hide and open the garage easily by using HideMapObject(2548, -357.619, -539.746, 14.975); this hides the garage of Diaz's mansion and then u can add it again by using function to move or rotate it