Report
#6

Код:
new reportLog[5][128];

CMD:report(playerid, params[]) 
{
...
reportLog[4] = reportLog[3];
reportLog[3] = reportLog[2];
reportLog[2] = reportLog[1];
reportLog[1] = reportLog[0];
reportLog[0] = string;
...

CMD:reports(playerid, params[])
{
   #pragma unused params

   if (strlen(reportLog[0]))
   {
   	SendClientMessage(playerid, -1, "Last report(s):");
   	SendClientMessage(playerid, -1, reportLog[0]);
	SendClientMessage(playerid, -1, reportLog[1]);
...
Reply


Messages In This Thread
Report - by Loinal - 09.02.2017, 22:10
Re: Report - by Type-R - 10.02.2017, 01:50
Re: Report - by Loinal - 10.02.2017, 08:07
Re: Report - by Loinal - 10.02.2017, 21:55
Re: Report - by BiosMarcel - 10.02.2017, 21:56
Re: Report - by Yousha - 13.05.2017, 05:18

Forum Jump:


Users browsing this thread: 1 Guest(s)