[debug] Run time error 4: "Array index out of bounds"
#4

okay just change

[pawn]
ServerVehicle[Vehicles[storeid][DLID]] = 1;
[/pwn]
to
pawn Код:
ServerVehicle[Vehicles[storeid]][DLID] = 1;
Like I told you and the other problems will be fixed.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)