NPC isnt driving a train! 0.o
#2

Try Creating a vehicle with a specific ID.

e.g.:
pawn Код:
new npcveh;
public OnGameModeInit()
{
npcveh = CreateVehicle(427,0.0,0.0,0.0,0.0,0,1,5000);
return 1;
}
Then put the NPC in "npcveh", not the vehicle ID.
Reply


Messages In This Thread
NPC isnt driving a train! 0.o - by adsy - 22.12.2009, 21:52
Re: NPC isnt driving a train! 0.o - by PowerSurge - 17.03.2010, 17:42
Re: NPC isnt driving a train! 0.o - by biltong - 17.03.2010, 17:45

Forum Jump:


Users browsing this thread: 1 Guest(s)