Hello. How can I check if szAuthID exists in conffile_stored (ini nile) ?
If szAuthID doesn't exist, it should:
Code:
write_file(conffile_stored,writedata)
Else, it should replace szModel with the current string value from szModel, and data_Skin with the right num.
This si how data_Skin is defined :
Code:
data_Skin=str_to_num(g_sk2)
Thanks !