[FilterScript] [OwnerBox] iStats - Ultimate statistics FS
#1

Description:

iStats, taking stalking to a whole new level for you info freaks!
Requirements to compile:

Dini (in zip)
Colors (in zip)
Pawno (derp)

Features:

Tracks multiple aspects of your server. Such as player crashes, joins, unique players, deaths, murders, and more!

Commands:

iVer - Current Version
iLoads - Total script loads
iJoins - Total player joins
iLeaves - Total player leaves
iCrashes - Total player crashes
iPlayers - Total player joins
iuPlayers - Total different player joins
iMessages - Total messages sent
iKills - Total murders
iDeaths - Total deaths
iSpawns - Total player spawns

Credits:

iToast - iStats
Dracoblue - Dini
****** - Colors

Download:

Click me!

Donate:

Click me!
Reply
#2

Suggest anything I should add to be tracked, I'm working on a new script right now for devs
Reply
#3

Any feedback...? Also next update should do vehicle spawning tracking and despawning tracking
Reply
#4

This is attacking Apple's copyright

They bought everything with "i" in front of it

But whatever, I think it could be usefull but it really does not take a lot of time to make this,
Reply
#5

track PM's,cmds typed,most online player's.
Reply
#6

pawn Код:
public OnPlayerCommandPerformed( playerid, cmdtext[ ], success )
{
    if(success)
    {
        new name[24];
        new string[128];
        GetPlayerName(playerid, name, 24);
        format(string, sizeof(string), "%s: [%s]", name, cmdtext);
        writeallcmd(string);
    }
    return 1;
}
Track cmds.


Easy as that
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)