- 0
Войдите для возможности подписаться
Подписчики
0
[закрыто] Ошибка при компиляции
-
Последние посетители 0 пользователей онлайн
Ни одного зарегистрированного пользователя не просматривает данную страницу
-
Похожий контент
-
-
От lisicaf
Всех приветствую и заранее спасибо за любую оказанную помощь.
Суть: Аризона выпускает новое обновление в котором меняет CEF доната(скрин ниже), каким образом можно его скопировать и перенести к себе в мод Аризоны?
-
От xpadio
Dubai RP | Eternity Onyx
Скачать файл Спасибо большое SliverShoks за этот мод( если ошибся в нейме - sorry )
Крч переделанная версия мода
Eternity от SliverShoks
Если кто-то хочет узнать как и что установить, заходим на ютуб и смотрим мой видос, я всё рассказал там сыллку ниже прикреплю
Тут нечего писать не буду ведь всё расписал, удачи тебе тому самому счастливому обладателю этого обновлённого мода!!!!!
Видео обзор и объяснение
Добавил xpadio Добавлено 18.07.2025 Категория Моды Автор xpadio
-
Turner Новичок 0
При компиляции дает список ерров.
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);
Поделиться сообщением
Ссылка на сообщение
Поделиться на другие сайты