31.07.2013, 01:22
You have to create a string and format the house ID into the string like with SendClientMessage.
Код:
new file[64]; format(file, sizeof(file), "/Houses/%d.ini", houseid); new INI:File2 = INI_Open(file);