29.07.2010, 08:33
I have a question?
How can i create a bot that dosnt need to be in the car?
iv done ongamemodeinit
then onplayerspawn
because on the tutorial on how to create a npc they juts say skip this step i done it then the bot just stays at the spawn pint help me
[GDZ]leader
How can i create a bot that dosnt need to be in the car?
iv done ongamemodeinit
Код:
ConnectNPC("minigun","minigun");
Код:
if(!strcmp(npcname, "minigun", true)) { return 1; }
[GDZ]leader