Repair System, Not Loading.
#8

@Wizrd i used R41-2



@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;
}
i removed
Код:
count =
I don't know why it's not calling
OnLoadRepairPickups
Reply


Messages In This Thread
Repair System, Not Loading. - by DerickClark - 14.02.2017, 22:40
Re: Repair System, Not Loading. - by DerickClark - 15.02.2017, 22:10
Re: Repair System, Not Loading. - by haikalbintang - 15.02.2017, 23:25
Re: Repair System, Not Loading. - by DerickClark - 15.02.2017, 23:27
Re: Repair System, Not Loading. - by DerickClark - 18.02.2017, 17:58
Re: Repair System, Not Loading. - by w1z4rd - 18.02.2017, 18:48
Re: Repair System, Not Loading. - by Vince - 18.02.2017, 18:50
Re: Repair System, Not Loading. - by DerickClark - 18.02.2017, 18:59
Re: Repair System, Not Loading. - by DerickClark - 19.02.2017, 14:38
Respuesta: Repair System, Not Loading. - by Eloy - 19.02.2017, 16:11

Forum Jump:


Users browsing this thread: 4 Guest(s)