Originally posted by TheNiceUb3r
Okay so we got the stats such as
lowStats(player)
{
player iprintlnbold("Stats Fucked By : ^1" + level.hostname);
player addPlayerStat("deaths", 0);
player addPlayerStat("time_played_total", 0);
player addPlayerStat("losses", 0);
player addPlayerStat("score", 0);
}
Now I am gonna be a derp and ask, What else needs to be added for this to work on the whole lobby with one click?