18.02.2017, 18:50
You're creating an infinite loop. Specifically this line:
in R40+ the return value (i.e. the value that gets stored in the variable i) is either 1 or 0 to indicate success or failure. The variable i will forever be smaller than the variable count and thus the loop will run forever.
PHP код:
i = cache_get_value_name_int(i, "PickupID", ARepairPickups[i][PickupID]);