24.05.2015, 15:55
Hello guys i tried to add 10 infernuses in stock for dealership.If 10 infernuses are bought,you can-t buy any more infernuses.
But i get 2 errors:
Lines:
But i get 2 errors:
PHP код:
C:\Users\Paul23\Desktop\ds\ds\ds\ds\gamemodes\dspep.pwn(25607) : error 032: array index out of bounds (variable "gInfernusStock")
C:\Users\Paul23\Desktop\ds\ds\ds\ds\gamemodes\dspep.pwn(25662) : error 032: array index out of bounds (variable "gInfernusStock")
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.
PHP код:
if(gInfernusStock[MAX_PLAYERS] > 0)
PHP код:
gInfernusStock[MAX_PLAYERS]--;
PHP код:
new gInfernusStock[MAX_PLAYERS] = 10;