|
|
#11 |
|
Huge Clucker
![]() ![]() ![]() Join Date: Dec 2011
Posts: 425
Reputation: 10
|
anyone?
|
|
|
|
|
|
#12 |
|
Huge Clucker
![]() ![]() ![]() Join Date: Dec 2011
Posts: 425
Reputation: 10
|
come on guys this is realllllllly urgent
|
|
|
|
|
|
#13 |
|
Little Clucker
![]() Join Date: Jan 2012
Posts: 49
Reputation: 5
|
try this
Code:
CMD:reportsold(playerid, params[])
{
if(PlayerInfo[playerid][pAdmin] >= 2)
{
new string[128];
SendClientMessageEx(playerid, COLOR_GREEN, "____________________ REPORTS _____________________");
for(new i = 999; i >= 0; i--)
{
if(Reports[i][BeingUsed] == 1)
{
format(string, sizeof(string), "%s (ID: %i) | RID: %i | Report: %s | Pending: %d minutes", GetPlayerNameEx(Reports[i][ReportFrom]), Reports[i][ReportFrom], i, (Reports[i][Report]), Reports[i][TimeToExpire]);
SendClientMessageEx(playerid, COLOR_REPORT, string);
}
}
SendClientMessageEx(playerid, COLOR_GREEN, "___________________________________________________");
}
return 1;
}
|
|
|
|
|
|
#14 |
|
Huge Clucker
![]() ![]() ![]() Join Date: Dec 2011
Posts: 425
Reputation: 10
|
no i need that as its part of the vip features
|
|
|
|
|
|
#15 |
|
Little Clucker
![]() Join Date: Jan 2012
Posts: 49
Reputation: 5
|
all i removed was the "Priority" status it's pointless to have as you were making so many lines for it, so of course it wasn't going to show "Default" reports by removing it, It'll list all non-expired reports.
you were trying to just list "Priority" rather than non-priority lol |
|
|
|
|
|
#16 |
|
Huge Clucker
![]() ![]() ![]() Join Date: Dec 2011
Posts: 425
Reputation: 10
|
hmmm dont think it worked
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SplitText doesnt work + Object doesnt attach | KfirRP | Help Archive | 6 | 04/08/2011 01:42 AM |
| function doesnt work as i want it to work. | legodude | Help Archive | 0 | 14/03/2011 01:25 PM |
| why doesnt this work? | THE_KNOWN | Help Archive | 6 | 04/02/2011 02:07 PM |
| SA-MP doesnt work | SoadFann | Client Support | 0 | 28/12/2009 03:33 PM |
| PM log doesnt work | jonybomb | Help Archive | 2 | 26/07/2009 08:35 PM |