Пример #1
0
 public void Command_Stats(Client player)
 {
     API.sendChatMessageToPlayer(player, "________ Статистика ________");
     API.sendChatMessageToPlayer(player, "Наличные: ~y~" + Player.GetMoney(player) + "~g~$");
     API.sendChatMessageToPlayer(player, "Статус: " + Rights.GetAdminRank(Player.GetRightsLevel(player)));
     API.sendChatMessageToPlayer(player, "Фракция: " + Faction.GetPlayerFractionInfo(player, Player.GetFractionId(player)));
     API.sendChatMessageToPlayer(player, "Ранг: " + Faction.GetPlayerFactionRank(player, Player.GetFractionRank(player)));
     API.sendChatMessageToPlayer(player, "Работа: " + JobFactionModel.GetPlayerJobFactionInfo(player, Player.GetJobId(player)));
     API.sendChatMessageToPlayer(player, "Должность: " + JobFactionModel.GetPlayerJobRank(player, Player.GetJobRank(player)));
 }