18.02.2017, 18:59
@Wizrd i used R41-2
@Vince this still a loop?
i removed
I don't know why it's not calling
OnLoadRepairPickups
@Vince this still a loop?
Код:
forward OnLoadRepairPickups(); public OnLoadRepairPickups() { new count, RepairID; cache_get_row_count(count); for(new i; i < count; i++) { count = cache_get_value_name_int(i, "PickupID", ARepairPickups[i][PickupID]); cache_get_value_name_float(i, "pux", ARepairPickups[RepairID][pux]); cache_get_value_name_float(i, "puy", ARepairPickups[RepairID][puy]); cache_get_value_name_float(i, "puz", ARepairPickups[RepairID][puz]); printf("Loaded %d Repair Spot", ARepairPickups[RepairID][PickupID]); } return 1; }
Код:
count =
OnLoadRepairPickups