- 0
Войдите для возможности подписаться
Подписчики
0
error 032: array index out of bounds (variable "logotype")
Вопрос от
F1re
,
-
Последние посетители 0 пользователей онлайн
Ни одного зарегистрированного пользователя не просматривает данную страницу
-
Похожий контент
-
От Kutuzov
Всем привет, хотелось бы спросить у тех, кто разбирается в PluginSDK.
Какие есть источники, руководства, документации о PluginSDK?
Я пока что ничего нормального не нахожу.
Заранее спасибо
-
Опубликовано · Жалоба
Сделал свой TD и залил его в мод и такие ошибки:
C:\Users\Gazeta\Desktop\stel\gamemodes\stel.pwn(27773) : error 032: array index out of bounds (variable "logotype")
C:\Users\Gazeta\Desktop\stel\gamemodes\stel.pwn(27774) : error 032: array index out of bounds (variable "logotype")
C:\Users\Gazeta\Desktop\stel\gamemodes\stel.pwn(27775) : error 032: array index out of bounds (variable "logotype")
C:\Users\Gazeta\Desktop\stel\gamemodes\stel.pwn(27776) : error 032: array index out of bounds (variable "logotype")
C:\Users\Gazeta\Desktop\stel\gamemodes\stel.pwn(27777) : error 032: array index out of bounds (variable "logotype")
C:\Users\Gazeta\Desktop\stel\gamemodes\stel.pwn(27778) : error 032: array index out of bounds (variable "logotype")
C:\Users\Gazeta\Desktop\stel\gamemodes\stel.pwn(27779) : error 032: array index out of bounds (variable "logotype")
C:\Users\Gazeta\Desktop\stel\gamemodes\stel.pwn(27780) : error 032: array index out of bounds (variable "logotype")
C:\Users\Gazeta\Desktop\stel\gamemodes\stel.pwn(27781) : error 032: array index out of bounds (variable "logotype")
C:\Users\Gazeta\Desktop\stel\gamemodes\stel.pwn(27782) : error 032: array index out of bounds (variable "logotype")
Pawn compiler 3.2.3664 Copyright (c) 1997-2016, ITB CompuPhase
10 Errors.
logotype[3] = TextDrawCreate(621.000000, 43.188892, "usebox");
TextDrawLetterSize(logotype[3], 0.000000, -0.593210);
TextDrawTextSize(logotype[3], 543.500000, 0.000000);
TextDrawAlignment(logotype[3], 1);
TextDrawColor(logotype[3], 0);
TextDrawUseBox(logotype[3], true);
TextDrawBoxColor(logotype[3], 102);
TextDrawSetShadow(logotype[3], 0);
TextDrawSetOutline(logotype[3], 0);
TextDrawFont(logotype[3], 0);
Все, сделал сам, в new logotype сделал 4 а не 3 .
Поделиться сообщением
Ссылка на сообщение