Reply To: AUTOSAVE PROBLEM
Home / Forums / Mafia Discussion / Gameplay Help / AUTOSAVE PROBLEM / Reply To: AUTOSAVE PROBLEM
Hey Darren one little question.Ive been trying to make invisible more objects but somehow i couldnt make the script properly.One time it even deleted the GAMEINITEND
” data-emoticon=”” srcset=”/wp-content/uploads/invision_emoticons/biggrin@2x.png 2x” width=”20″ height=”20″>
Ive first added more findframe and flt number and than ive added the script youve just added and changed the numbers of findframe to the frame i want to make invisible but it didnt work like it should?What did i do wrong?
This is the wrong script i used-
dim_flt 6
dim_frm 2
findframe 0, “Pruchod”
findframe 1, “Object02”
frm_getpos 0, 0,
let flt[1] = flt[1] – 100
frm_setpos 0, 0,
frm_getpos 1, 1,
let flt[1] = flt[1] – 100
frm_setpos 1, 1,
