10.02.2019, 21:37
This is a bad examples but I think that problem is here
probably pickup is not created or PickupID is 0.
change it with -1 like this:
AStadium[StadiumID][PickupID] != -1
PHP код:
if (AStadium[StadiumID][PickupID] != 0)
change it with -1 like this:
AStadium[StadiumID][PickupID] != -1