• 0
Sign in to follow this  
Followers 0
Turner

Ошибка при компиляции

Question

При компиляции дает список ерров. 

Спойлер

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);

 

Share this post


Link to post
Share on other sites

3 answers to this question

  • 0

@Turner, вы куда вставили приведенный код? Он должен вызываться из OnGameModeInit прямо или косвенно.

Share this post


Link to post
Share on other sites
  • 0

В общие текстдравы  

Share this post


Link to post
Share on other sites
  • 0

@Turner, что вы называете общими текстдравами?

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0

  • Recently Browsing   0 members

    No registered users viewing this page.

  • Similar Content

    • AndryKrut007
      By AndryKrut007
      Добрых времени суток, наш проект активно ищет разработчиков в CRMP проект.
       
      Нам требуются:
       
      Pawn разработчик
       
      PR менеджер
       
      Разработчик лаунчера
       
      Управляющий разработчиками
       
      А также рассмотрим любые другие вакансии
       
      Писать: тг @derhid
    • August_Rothschild
      By August_Rothschild
      Всем привет , как заменять анимации в игре ? Имеется ввиду анимации танцев , как прочесть файлы с анимациями или как заменять определенную анимацию 
    • hotlive
      By hotlive
      я создал свою копию радмира и хочу дать доступ игрокам  к команде /getv, так как она доступна только админам, помогите сделать