15.06.2010, 00:11
i have made a ton of bots for vehicles all succesfull but i never tried making a on foot bot so yea i read the tutorial on Creating a new npc it mentions nothing about creating on foot bots and how to put them in server so when i try to connect my bot it just says incomming connection thats it all my other vehicle bots join just not this one heres the code.
yes i have put em all in the right place.
thanks for all the help i get.
yes i have put em all in the right place.
Код:
ConnectNPC("CJ","cjtest");
if(!strcmp(npcname, "CJ", true))
{
// i dont know what to put here.
return 1;
}

