Array index out of bounds
#1

Hi all,

I'm currently getting the following errors:

fixed

I'm completely bamboozled by this...Ive been sat here playing around with it for a while, and can't figure out why it's saying the array is out of bounds. Any help would be much appreciated.

Thanks
Reply
#2

Removed.
Reply
#3

you forgot alaram in enum

PHP код:
enum eSpawnedVehicles{
    
engine,
    
hood,
    
trunk,
    
lights,
        
alarm,
    
doorsLocked

Reply
#4

Quote:
Originally Posted by IceBilizard
Посмотреть сообщение
you forgot alaram in enum

PHP код:
enum eSpawnedVehicles{
    
engine,
    
hood,
    
trunk,
    
lights,
        
alarm,
    
doorsLocked

Well aren't I a doughnut...well spotted. Cheers.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)