27.11.2010, 22:12
(
Последний раз редактировалось Biesmen; 28.11.2010 в 07:09.
)
No, I don't get waht you mean, but thanks.
When you stand on the checkpoint(a pickup), it will check which file it is by using a loop. The file name is the same as the business ID. So I could modify the file.
When you stand on the checkpoint(a pickup), it will check which file it is by using a loop. The file name is the same as the business ID. So I could modify the file.
pawn Код:
format(file, sizeof(file), "BusinessData/%i.txt", BusinessData[i][BusinessID]);

