- 0
Sign in to follow this
Followers
0
error 032: array index out of bounds (variable "logotype")
Asked by
F1re
,
-
Recently Browsing 0 members
No registered users viewing this page.
-
Similar Content
-
By bogdan@gmail
Как исправить взрыв при создание тс через мод тоесть припосав его там создавая спавн авто
-
Posted · Report post
Сделал свой 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 .
Share this post
Link to post