Posts: 136
Threads: 18
Joined: Feb 2015
I want to create NPC with ID 0 , But whenever I create a NPC , It dosn't connect or even be online , How to create NPC And with ID 0?
Posts: 277
Threads: 40
Joined: Sep 2012
Reputation:
0
Add ConnectNPC(BotName, TheNameOfYourRecord); under OnGameModeInit
You can find your Record Name on npcmodes folder, but without .amx
ex ConnectNPC("[BOT]Test","Recored");