2021-02-14, 01:53 PM
Ah I see. You used filemode io_write. io_write clears the entire file before writing to it. You'll need io_append. https://open.mp/nl/docs/scripting/functions/fopen
As for checking GSFLevel, just load that value using y_ini to a temporary (read: local) variable and do your if check there?
As for checking GSFLevel, just load that value using y_ini to a temporary (read: local) variable and do your if check there?