[HELP] Confused with making a report system
#6

because new reportid created and set to 0 everytime player use /report do this:

change this line:
Code:
	new reason[24],string[120],id,reportid=0,File: file = fopen("Reports/Reports.ini", io_append);
to thisremoved reportid=0)
Code:
	new reason[24],string[120],id,File: file = fopen("Reports/Reports.ini", io_append);
then put this in top of your script:
Code:
new reportid=0;
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)