Posts: 547
Threads: 57
Joined: Dec 2010
Quote:
Originally Posted by Threshold
pawn Код:
#define RECORDING "Trader-Slab"
ConnectNPC("TraderSlab","trader-slab");
Notice how one is 'Trader-Slab' and the other is 'trader-slab'? This is used for the name of your recording/npc script file, so case sensitivity DOES matter.
|
The recording itself was named "Trader-Slab" while the .pwn script was called "trader-slab", so it shouldn't matter.