08.08.2011, 15:26
(
Последний раз редактировалось iPLEOMAX; 08.08.2011 в 17:16.
)
EDIT:
I don't have any npc.im file. But i don't get the warning?
It's in an NPC script.
pawn Код:
public OnNPCSpawn()
{
if(fexist("npc.im"))
{
new File:npc = fopen("npc.im", io_read);
fread(npc, npcread); fclose(npc);
} else print("WARNING: Unabled to locate any NPC.IM file.");
}
It's in an NPC script.