Jump to content
  • 0

Compile error house


Question

Posted

C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18158) : error 033: array must be indexed (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18159) : error 033: array must be indexed (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18160) : error 033: array must be indexed (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18161) : error 033: array must be indexed (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18162) : error 033: array must be indexed (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18163) : error 033: array must be indexed (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18164) : error 033: array must be indexed (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18167) : error 032: array index out of bounds (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18167) : error 033: array must be indexed (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18168) : error 032: array index out of bounds (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18169) : error 032: array index out of bounds (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18169) : error 033: array must be indexed (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18170) : error 032: array index out of bounds (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18170) : error 033: array must be indexed (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18171) : error 032: array index out of bounds (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18171) : error 033: array must be indexed (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18172) : error 032: array index out of bounds (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18172) : error 033: array must be indexed (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18173) : error 032: array index out of bounds (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18173) : error 033: array must be indexed (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18174) : error 032: array index out of bounds (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18174) : error 033: array must be indexed (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18175) : error 032: array index out of bounds (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18175) : error 033: array must be indexed (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18176) : error 032: array index out of bounds (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18176) : error 033: array must be indexed (variable "HouseInfo")

Compilation aborted.Pawn compiler 3.2.3664              Copyright (c) 1997-2006, ITB CompuPhase




 

2 answers to this question

Recommended Posts

  • 0
Posted
new HouseInfo[100][hInfo];

//undeva in gm
HouseInfo[101][hPrice];

Asta ar fi cu asta: error 032: array index out of bounds (variable "HouseInfo")

Cat despre error 033: array must be indexed (variable "HouseInfo")

Trebuie ca HouseInfo tau sa fie de forma 

new HouseInfo[100][hInfo];

 

  • 0
Posted

HouseInfo[71][hInfo]

C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18158) : error 033: array must be indexed (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18159) : error 033: array must be indexed (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18160) : error 033: array must be indexed (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18161) : error 033: array must be indexed (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18162) : error 033: array must be indexed (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18163) : error 033: array must be indexed (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18164) : error 033: array must be indexed (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18167) : error 032: array index out of bounds (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18167) : error 033: array must be indexed (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18168) : error 032: array index out of bounds (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18169) : error 032: array index out of bounds (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18169) : error 033: array must be indexed (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18170) : error 032: array index out of bounds (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18170) : error 033: array must be indexed (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18171) : error 032: array index out of bounds (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18171) : error 033: array must be indexed (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18172) : error 032: array index out of bounds (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18172) : error 033: array must be indexed (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18173) : error 032: array index out of bounds (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18173) : error 033: array must be indexed (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18174) : error 032: array index out of bounds (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18174) : error 033: array must be indexed (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18175) : error 032: array index out of bounds (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18175) : error 033: array must be indexed (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18176) : error 032: array index out of bounds (variable "HouseInfo")
C:\Users\Ionut\Desktop\TOT\reluam\gm\gamemodes\haman.pwn(18176) : error 033: array must be indexed (variable "HouseInfo")

Compilation aborted.Pawn compiler 3.2.3664              Copyright (c) 1997-2006, ITB CompuPhase

Tot imi da erori ... 

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
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.