ReportTime
#10

pawn Код:
format(string, sizeof(string), "You need to wait %d more seconds before making a report message again.", ReportTime[playerid]);
Should be:

pawn Код:
format(string, sizeof(string), "You need to wait %d more seconds before making a report message again.", 25-(gettime()-ReportTime[playerid]));
Reply


Messages In This Thread
ReportTime - by Necip - 03.06.2013, 16:56
Re: ReportTime - by Richie© - 03.06.2013, 17:11
Re: ReportTime - by Necip - 03.06.2013, 17:21
Re: ReportTime - by Richie© - 03.06.2013, 17:22
Re: ReportTime - by Pottus - 03.06.2013, 17:43
Re: ReportTime - by Necip - 03.06.2013, 17:48
Re: ReportTime - by Richie© - 03.06.2013, 17:51
Re: ReportTime - by Pottus - 03.06.2013, 17:52
Re: ReportTime - by Necip - 03.06.2013, 18:05
Re: ReportTime - by Scenario - 03.06.2013, 18:11

Forum Jump:


Users browsing this thread: 1 Guest(s)