Hello i have some problem with the mission spawning script...


"local t = {}
local difficulty_id = (5)
local difficulty = tweak_data:index_to_difficulty( difficulty_id )
table.insert(t, { job_id = "branchbank_cash_prof", difficulty_id = difficulty_id, difficulty = difficulty } )

local j = 0
while(j < tweak_data.gui.crime_net.debug_options.mass_spawn_ limit) do
local job_data = t[1]
table.insert( managers.crimenet._presets, job_data )
j = j+1
end

if managers.menu then
managers.menu:set_debug_menu_enabled(true)
end"



i join a game insert the hack go back to crime.net but i cant see the job ;( how to use that script? i hope that some one can help , thanks

regards