- 0
Войдите для возможности подписаться
Подписчики
0
[закрыто] Ошибка при компиляции
Вопрос от
Turner
,
-
Последние посетители 0 пользователей онлайн
Ни одного зарегистрированного пользователя не просматривает данную страницу
-
Похожий контент
-
От bogdan@gmail
Здраствуйте, я начинающий скриптер! Не работает покупка и не показывает количество каинов.
Сама команда.
CMD:acoins(playerid) { if(PlayerInfo[playerid][pAlcoInvenxua] < 1) return true; format(stringer1, sizeof(stringer1), "{ffffff}Админ-магазин | {FFD700}%d а-монет", PlayerInfo[playerid][pAcoins]); ShowPlayerDialog(playerid, 7445, DIALOG_STYLE_LIST, stringer1, "\ {FF0000}1. Снять выговор\t\t{9994EB}350 А-монет\ \n2. Админский infernus (/acar)\t{9994EB} 560 А-монет\ \n{FFD700}Информация", "Выбрать", "Назад"); return true; } Кейсы
case 7445: { if(!response) return true; switch(listitem) { case 0: {//unavig if(PlayerInfo[playerid][pVigs] < 1) return SendClientMessage(playerid, COLOR_WHITE, "У вас нету выговоров!"); if(PlayerInfo[playerid][pAcoins] < 350) return SendClientMessage(playerid, COLOR_GREY, "У Вас недостаточно админ монет!"); new query[100]; PlayerInfo[playerid][pVigs]--; PlayerInfo[playerid][pAcoins] -= 350; UpdatePlayerData(playerid, "pAcoins", PlayerInfo[playerid][pAcoins]); format(query, sizeof(query), "UPDATE `"TABLE_ACCOUNT"` SET `vigs` = '%d' WHERE `pID` = '%d'",PlayerInfo[playerid][pVigs],PlayerInfo[playerid][pID]); mysql_function_query(connects, query, false, "", ""); SendClientMessage(playerid, COLOR_WHITE, "Вы успешно сняли выговор!"); } case 1: {//acar if(PlayerInfo[playerid][pAcoins] < 560) return SendClientMessage(playerid, COLOR_GREY, "У Вас недостаточно админ монет!"); new string[144]; format(string, sizeof(string), "Вы действительно хотите купить команду /acar?\n- Вы получите возможность:\n%s", CMD_desc[4]); ShowPlayerDialog(playerid, 7491, DIALOG_STYLE_MSGBOX, "Покупка команды /acar", string, "Купить", "Отмена"); } } return true; } case 7498: { if(!response) return true; new query[200]; PlayerInfo[playerid][pAcoins] -= 350; UpdatePlayerData(playerid, "pAcoins", PlayerInfo[playerid][pRub]); mysql_format(connects, query, sizeof query, "SELECT * FROM `accounts` WHERE `Name` = '%e'", PlayerInfo[playerid][pNames]); mysql_function_query(connects, query, true, "BuyCmdCallback", "dd", playerid, 4); return true; } фото mysql
-
-
-
Опубликовано · Жалоба
При компиляции дает список ерров.
C:\Users\STORE\Desktop\Pawno\gamemodes\modules\textdraws\m_td.pwn(7) : error 010: invalid function or declaration
C:\Users\STORE\Desktop\Pawno\gamemodes\modules\textdraws\m_td.pwn(9) : error 010: invalid function or declaration
C:\Users\STORE\Desktop\Pawno\gamemodes\modules\textdraws\m_td.pwn(10) : error 010: invalid function or declaration
C:\Users\STORE\Desktop\Pawno\gamemodes\modules\textdraws\m_td.pwn(11) : error 010: invalid function or declaration
C:\Users\STORE\Desktop\Pawno\gamemodes\modules\textdraws\m_td.pwn(12) : error 010: invalid function or declaration
C:\Users\STORE\Desktop\Pawno\gamemodes\modules\textdraws\m_td.pwn(13) : error 010: invalid function or declaration
C:\Users\STORE\Desktop\Pawno\gamemodes\modules\textdraws\m_td.pwn(14) : error 010: invalid function or declaration
C:\Users\STORE\Desktop\Pawno\gamemodes\modules\textdraws\m_td.pwn(16) : error 010: invalid function or declaration
C:\Users\STORE\Desktop\Pawno\gamemodes\modules\textdraws\m_td.pwn(18) : error 025: function heading differs from prototype
C:\Users\STORE\Desktop\Pawno\gamemodes\modules\textdraws\m_td.pwn(19) : error 025: function heading differs from prototype
C:\Users\STORE\Desktop\Pawno\gamemodes\modules\textdraws\m_td.pwn(20) : error 025: function heading differs from prototype
C:\Users\STORE\Desktop\Pawno\gamemodes\modules\textdraws\m_td.pwn(21) : error 025: function heading differs from prototype
C:\Users\STORE\Desktop\Pawno\gamemodes\modules\textdraws\m_td.pwn(22) : error 025: function heading differs from prototype
C:\Users\STORE\Desktop\Pawno\gamemodes\modules\textdraws\m_td.pwn(23) : error 025: function heading differs from prototype
C:\Users\STORE\Desktop\Pawno\gamemodes\modules\textdraws\m_td.pwn(25) : error 010: invalid function or declaration
C:\Users\STORE\Desktop\Pawno\gamemodes\modules\textdraws\m_td.pwn(27) : error 025: function heading differs from prototype
C:\Users\STORE\Desktop\Pawno\gamemodes\modules\textdraws\m_td.pwn(28) : error 025: function heading differs from prototype
C:\Users\STORE\Desktop\Pawno\gamemodes\modules\textdraws\m_td.pwn(29) : error 025: function heading differs from prototype
C:\Users\STORE\Desktop\Pawno\gamemodes\modules\textdraws\m_td.pwn(30) : error 025: function heading differs from prototype
C:\Users\STORE\Desktop\Pawno\gamemodes\modules\textdraws\m_td.pwn(31) : error 025: function heading differs from prototype
C:\Users\STORE\Desktop\Pawno\gamemodes\modules\textdraws\m_td.pwn(32) : error 025: function heading differs from prototype
C:\Users\STORE\Desktop\Pawno\gamemodes\modules\textdraws\m_td.pwn(34) : error 010: invalid function or declaration
C:\Users\STORE\Desktop\Pawno\gamemodes\modules\textdraws\m_td.pwn(36) : error 025: function heading differs from prototype
C:\Users\STORE\Desktop\Pawno\gamemodes\modules\textdraws\m_td.pwn(37) : error 025: function heading differs from prototype
C:\Users\STORE\Desktop\Pawno\gamemodes\modules\textdraws\m_td.pwn(38) : error 025: function heading differs from prototype
C:\Users\STORE\Desktop\Pawno\gamemodes\modules\textdraws\m_td.pwn(39) : error 025: function heading differs from prototype
Сам код -
Iphone_TD[0] = TextDrawCreate(518.8333, 197.6992, "LD_Beat:Chit"); // пусто
TextDrawTextSize(Iphone_TD[0], 32.0000, 40.0000);
TextDrawAlignment(Iphone_TD[0], 1);
TextDrawColor(Iphone_TD[0], 235802367);
TextDrawBackgroundColor(Iphone_TD[0], 255);
TextDrawFont(Iphone_TD[0], 4);
TextDrawSetProportional(Iphone_TD[0], 0);
TextDrawSetShadow(Iphone_TD[0], 0);
Iphone_TD[1] = TextDrawCreate(583.5371, 197.6992, "LD_Beat:Chit"); // пусто
TextDrawTextSize(Iphone_TD[1], 32.0000, 40.0000);
TextDrawAlignment(Iphone_TD[1], 1);
TextDrawColor(Iphone_TD[1], 235802367);
TextDrawBackgroundColor(Iphone_TD[1], 255);
TextDrawFont(Iphone_TD[1], 4);
TextDrawSetProportional(Iphone_TD[1], 0);
TextDrawSetShadow(Iphone_TD[1], 0);
Iphone_TD[2] = TextDrawCreate(518.9332, 384.6069, "LD_Beat:Chit"); // пусто
TextDrawTextSize(Iphone_TD[2], 32.0000, 40.0000);
TextDrawAlignment(Iphone_TD[2], 1);
TextDrawColor(Iphone_TD[2], 235802367);
TextDrawBackgroundColor(Iphone_TD[2], 255);
TextDrawFont(Iphone_TD[2], 4);
TextDrawSetProportional(Iphone_TD[2], 0);
TextDrawSetShadow(Iphone_TD[2], 0);
Iphone_TD[3] = TextDrawCreate(583.5371, 384.7072, "LD_Beat:Chit"); // пусто
TextDrawTextSize(Iphone_TD[3], 32.0000, 40.0000);
TextDrawAlignment(Iphone_TD[3], 1);
TextDrawColor(Iphone_TD[3], 235802367);
TextDrawBackgroundColor(Iphone_TD[3], 255);
TextDrawFont(Iphone_TD[3], 4);
TextDrawSetProportional(Iphone_TD[3], 0);
TextDrawSetShadow(Iphone_TD[3], 0);
Поделиться сообщением
Ссылка на сообщение
Поделиться на другие сайты