[RELEASE] FiveM Crackdown game mode and mission generator/creation [BETA]

it said there is no command like that,what’s wrong if its like that?

It means that the resource did not load, or one of it’s lua files, like missions.lua did not parse and load. Did you edit missions.lua? It may be a syntax error, see my post above.

yeah i edited it ,i’ll try without edit now

feel free to edit the missions.lua, but make sure you are not creating syntax errors.

I would recommend playing through the regular missions that come in the default missions.lua (including the random missions in missions_random.lua), but also the shadow state mission pack missions to see what you can really do with the resource.

The mission pack missions are proper missions, whereas most of the regular missions are proof of concept, except a few, like Fury Road and others that had some extra time put into them. The mission pack missions use Events extensively to dynamically spawn enemies and also are used to add some randomization to missions on replay. It also uses indoor mission spawn flags to dynamically spawn enemies better like in interiors like Human Labs. Those missions also show case multiple objective missions.
Mission 6 in the default missions.lua has multiple objectives though. Also the default missions.lua has all the different mission modes you can build, though a few could be improved, like the Mad Max mission, but serve as proof of concept.

1 Like

hey sup again,

I decided to run the mod on our server full time … but I have a problem with last version I know you don’t support that kinda of problem. but I’m trying to find out why won’t run.

If you edited anything…
If you start with a double quote, end with a double quote, if you start with a single quote, end with a single quote.
i.e.
“s_m_y_marine_01” - good
‘s_m_y_marine_01’ - good
“s_m_y_marine_01’ - bad
's_m_y_marine_01” - bad

If bad, the lua script will not parse and not load

I didn’t edit anything I used the default files you included…
also I checked most of the client file I don’t see anything strange … hmm

1 Like

Very odd. Try this one, to see if it gives you the same problem. Im currently running this test build on my local server, which I pulled this archive from. Its possible that the 2.9.9c that I added had some syntax error in it.

test_mrp-missions-2.9.9d.zip (325.5 KB)

yup this one is running … thank you

1 Like

ok, cool. I will double check the 2.9.9c and re-upload if needed.

yes please :slight_smile:

Weirdly, I happened to see that exact same error come up in another mod thread today, too. And it appears throughout, infrequently, in multiple mod threads in different files, without actual solution (according to the search function). If I were going to try to diagnose it, I would start with looking at what text editor people are using to open the file, even if they aren’t editing it.

1 Like

My apologies, the 2.9.9d that I uploaded must of had a syntax error.

Here is a new version that runs fine for me:

mrp-missions-2.9.9e.zip (325.5 KB)

For some reason I cannot edit the OP, but will update there as soon as I can. the 2.9.9d download there will have a parse error, use 2.9.9e here instead.

Hi guy’s I try put this mission in my server but any one know what is this error?

Thanks,

Did you use the 2.9.9e version I posted above?

Ups you right, I download a wrong file but I donload the last version and is working.

Thanks you

Thank you that worked, Maybe better changing first post :slight_smile:

2 Likes

Download link in the OP is fixed now.

Hi,

Where do I go to make the commands available only for Admins?

Thanks in Advance