How can I check file attribute (is it Read-Only).
When I use write_file() on read-only file, i got 2 errors:
- can't write file (its normal)
- Invalid menu id 0(0)
[AMXX] Run time error 10 (native "menu_display")
Both errors are only when write file is read-only
Can i change attribute by amxx? (i don't think soo, but I can still ask

)