SA-MP Forums Archive
[Dialog] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [Dialog] (/showthread.php?tid=665096)



[Dialog] - SeeNN - 22.03.2019

When a have more reports,and I solve one of them,happend that: https://imgur.com/EF7W9kh

This is the code:
Код HTML:
foreach(new i: Player) if(CosminInfo[i][ReportedBy] != -1 && i != Player) format(eString, sizeof(eString), "\n#{E4EDF4}%d {FF8000}%s {E4EDF4}reported {F81414}%s {E4EDF4}: %s", ReportStr, i, PlayerName(CosminInfo[i][ReportedBy]), PlayerName(i), 1);
If must,I will put the command..


Re: [Dialog] - antixgaming - 22.03.2019

And what is your issue?


Re: [Dialog] - SeeNN - 22.03.2019

Quote:
Originally Posted by antixgaming
Посмотреть сообщение
And what is your issue?
When I use command to solve the one of reports,the dialogue is tangled..


Re: [Dialog] - SymonClash - 22.03.2019

Tangled?


Re: [Dialog] - SeeNN - 22.03.2019

Quote:
Originally Posted by SymonClash
Посмотреть сообщение
Tangled?
Look here,and you will se what is wrong: https://imgur.com/EF7W9kh


Re: [Dialog] - antixgaming - 22.03.2019

You have to reset page some time in the script.


Re: [Dialog] - SeeNN - 22.03.2019

Quote:
Originally Posted by antixgaming
Посмотреть сообщение
You have to reset page some time in the script.
Yes,but,if I delete what reset the reports,the system don't work...