[Releaae] Mission Row Police Station (YMAP)

Here is a police station where people can’t enter from the side or by jumping from the bridge.
Can’t shoot through this fence either.









How to use: just drop it in your server files and then start it in ur server.cfg

Download

This is my first release on the forums so am looking for the feedback ^^

13 Likes

Any idea how to delete the post? lol

You can remove it in codewalker, then you can export it without the post.

1 Like

You spelled release wrong…

2 Likes

esx_doorlock coordinates? Brutal !

1 Like

credo e um covil

I dont get you mate.

U can just open the ymap and get the coords if not i will hop on and get that for u :slight_smile:

I don’t get u brother

Also, I tried getting an object deleted in fivem. couldn’t make it.

can you give me the mapping doorlock please try but I can’t

How can I find the coords for doorlock

Great map! What is the name of that sliding gate you used? Trying to lock it and none of the gates I found the names for online would work.

i finally figured out how to lock the gate a week or so ago. as always was something dumb I hadn’t realized. thanks again for the awesome ymap!

hey share it please. trying to lock front gate and small gate door at front

this is for the front gate and both side doors
in esx_doorlock put this:

{
	objName = 'hei_prop_station_gate',
	objHeading = 179.19,
	objCoords  = {x = 411.14, y = -1026.12, z = 29.39},
	textCoords = {x = 411.17, y = -1023.51, z = 29.44},
	authorizedJobs = { 'police' },
	locked = true,
	distance = 14,
	size = 2
},

{
	objName = 'v_ilev_cbankvaulgate01',
	objCoords  = {x = 423.91, y = -992.01, z = 30.71},
	textCoords = {x = 423.91, y = -992.01, z = 30.71},
	authorizedJobs = { 'police' },
	locked = true,
	distance = 2.5
},
{
	objName = 'hei_prop_bh1_08_hdoor',
	objCoords  = {x = 419.02, y = -1018.51, z = 29.35},
	textCoords = {x = 419.02, y = -1018.51, z = 29.35},
	authorizedJobs = { 'police' },
	locked = true,
	distance = 2.5
},

didn’t work for me

hmmm it should. make sure you don’t have extra commas somewhere and dont forget to save and restart the resource

1 Like

Thanks for the info mate. I would’ve added the stuff needed to make it into door_lock but It was a deserted map on my PC.
Appreciate your help bro for others.

no problem. I had some struggles when I first started working on my server and I still learn something new everyday so why not help the community if they have the same issues I had.