Posts: 121
Threads: 28
Joined: Oct 2010
Reputation:
0
The same problem. Nothing happen..
Posts: 121
Threads: 28
Joined: Oct 2010
Reputation:
0
Is there any way how can i fix this problem ?
Posts: 2,027
Threads: 139
Joined: Jul 2010
Reputation:
0
Show me the whole file path, such as: C:/lalala/Documents/Server/lalala
Posts: 121
Threads: 28
Joined: Oct 2010
Reputation:
0
You mean my whole server ? Or init.txt file ?
Posts: 121
Threads: 28
Joined: Oct 2010
Reputation:
0
ConnectNPC("Autikas_A","autikas"); I use this. If this helps you to fix this problem.
Posts: 2,027
Threads: 139
Joined: Jul 2010
Reputation:
0
No, just the directory. Is the .txt file a gamemode or an include?
Posts: 121
Threads: 28
Joined: Oct 2010
Reputation:
0
So where is the problem ?
Posts: 2,027
Threads: 139
Joined: Jul 2010
Reputation:
0
Make it yourfilename.inc
It needs to be .inc, not .txt.
Posts: 121
Threads: 28
Joined: Oct 2010
Reputation:
0
I have one created already. It's call a_npc.inc. And where should i put ConnectNPC("Autikas_A,"autikas"); ?
Posts: 2,027
Threads: 139
Joined: Jul 2010
Reputation:
0
I don't understand. Just name the inc you were using 'yourfile.inc You gotta name the end .inc. Use ANSI file renaming so that it enables you to rename any file with any .jpg ect..
Posts: 121
Threads: 28
Joined: Oct 2010
Reputation:
0
Is there any way how to fix this problem ?
Posts: 121
Threads: 28
Joined: Oct 2010
Reputation:
0
ConnectNPC i put under OnGameModInit. Is it good ?