Squirrel script on commands !stats
else if ( cmd == "stats" )
{
Message( "[STATS] Stats player -" + player.Name + " to -> " + " Cash: " + player.Cash + "$" + " Ping " + player.Ping + " Heal :" + player.Health + " Skin : " + GetSkinName( player.Skin ) );
}