Array Must be Index
#1

Error:

0.01.pwn(321) : error 033: array must be indexed (variable "Vehicle")

Line:

Код:
Vehicle[Vehicle][ID] = Vehicle[vid][ID];
End of Enum:

Код:
new Vehicle[MAX_VEHICLES][VehicleData];
Reply
#2

You shoul [Vehicle] with another variable ( i think this ia for vehicle id) , so use GetPlayerVehicleID
Reply
#3

Show us the rest of the code above and below
Код:
Vehicle[Vehicle][ID] = Vehicle[vid][ID];
Also show us the VehicleData enum.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)