this is the entry in ini :
and this is the code saeting an checkngif it is correct
currently display si 'DudeOfferedValue 4'
what gives?
edit : tried dif ini fiel and same result,renamed ini entry,tried bypassing sfall global,tried atof and it returns -1,im stumpted
edit 2: checked another mod's ini settings,and seems ot be fine,donno wtf is causing this
Code:
DudeOfferedValue=0.20
and this is the code saeting an checkngif it is correct
Code:
set_sfall_global("barter_8", get_ini_string("Barter.ini|MISC|DudeOfferedValue"));
display_msg("DudeOfferedValue " + get_sfall_global_int("barter_8"));
currently display si 'DudeOfferedValue 4'
what gives?
edit : tried dif ini fiel and same result,renamed ini entry,tried bypassing sfall global,tried atof and it returns -1,im stumpted
edit 2: checked another mod's ini settings,and seems ot be fine,donno wtf is causing this
Last edited: