SA-MP Forums Archive
help with a command. - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: help with a command. (/showthread.php?tid=181358)



help with a command. - dannydarth - 05.10.2010

Ok you know how there is a /reports command to see the last 10 reports people have made.
Is it possible to make a command for admins to see the last 10 people who were banned.
This would help keep ban evaders out.


Re: help with a command. - Voldemort - 05.10.2010

Make a file for long keep or just temp.

like
pawn Код:
enum set
{
BannedName[MAX_PLAYER_NAME],
BanDate,
BanReason[128],
Etc....,
};
new Binfo[10][set];
later for(new ...