New era crash [Solved]
Posted: Sat Feb 13, 2010 3:48 am
in my addme.lua i changed
sp_missionselect_listbox_contents[sp_n+1] = { isModLevel = 1, mapluafile = "RJU%s_%s", era_g = 1, mode_con_g = 1,}
to
sp_missionselect_listbox_contents[sp_n+1] = { isModLevel = 1, mapluafile = "RJU%s_%s", era_s = 1, mode_con_s = 1,}
and
AddDownloadableContent("RJU","RJUg_con",4)
to
AddDownloadableContent("RJU","RJUs_con",4)
then changed the LUA name from RJUg_con to RJUs_con
when I load up the map I get the same crash as if im over the 500 mission limit.
sp_missionselect_listbox_contents[sp_n+1] = { isModLevel = 1, mapluafile = "RJU%s_%s", era_g = 1, mode_con_g = 1,}
to
sp_missionselect_listbox_contents[sp_n+1] = { isModLevel = 1, mapluafile = "RJU%s_%s", era_s = 1, mode_con_s = 1,}
and
AddDownloadableContent("RJU","RJUg_con",4)
to
AddDownloadableContent("RJU","RJUs_con",4)
then changed the LUA name from RJUg_con to RJUs_con
when I load up the map I get the same crash as if im over the 500 mission limit.