22.10.2016, 09:27
because new reportid created and set to 0 everytime player use /report do this:
change this line:
to this
removed reportid=0)
then put this in top of your script:
change this line:
Code:
new reason[24],string[120],id,reportid=0,File: file = fopen("Reports/Reports.ini", io_append);
removed reportid=0)Code:
new reason[24],string[120],id,File: file = fopen("Reports/Reports.ini", io_append);
Code:
new reportid=0;

