/offdonate [MxIni] - Форум Cheat-Master.ru
  • Страница 1 из 1
  • 1
Модератор форума: [CM]OlegEhtler, Getbackthere, Phoenixxx_Czar  
/offdonate [MxIni]
Saint[yl] Дата: Суббота, 16.11.2013, 23:33 | Сообщение # 1
^^SвYтый YлЬка
Сообщений: 248
Статус: Offline
Код
if(strcmp(cmd,"/offdonate",true)==0)
{
  if(PlayerInfo[playerid][pAdmin]!=6) return true;
  new string[128];
  tmp = strtok(cmdtext, idx);
  if(!strlen(tmp)) return SCM(playerid, RIFA_COLOR, "» Введите: /donate  [сумму] [Nick_Name]");
  moneys = strval(tmp);
  tmp = strtok(cmdtext, idx);
  if(!strlen(tmp)) return SCM(playerid, RIFA_COLOR, "» Введите: /donate [сумму] [Nick_Name]");
  format(string, sizeof(string), "/users/%s.ini", tmp);
  if(!fexist(string)) return SendClientMessage(playerid, COLOR_GRAD1, "Такого аккаунта не существует!");
  new Donatee, File = ini_openFile(string);
  ini_getInteger(File,"Donate",Donatee);
  ini_setInteger(File,"Donate",Donatee+moneys);
  ini_closeFile(File);
  format(string, sizeof(string), "Администратор {F0EFD8}%s{FFFEBF} пополнил донат счет %s на {F0EFD8}%d рублей. У него %d рублей", GN(playerid), tmp, moneys, Donatee+moneys);
  ABroadCast(COLOR_LIGHTRED,string,1);
}


Выложено по просьбе одного из пользователей =)


==========================
[+] Skype: saint.yl
[+] ВКонтакте: vk.com/saintyl
==========================

Ничего Не покупаю / Не продаю


Сообщение отредактировал Saint[yl] - Воскресенье, 17.11.2013, 00:37
  • Страница 1 из 1
  • 1
Поиск: