06.12.2009, 12:25
Hey,
I have a problem making an npc to drive a train route i recorded from ls to ls
I added the lines in the filterscript...
All the npcs work but this npc just spawns and stands there.
Any idea how to put this guy in the train??He doesn't seem to get in the train at all!!
Pls Help!!
Or simply how to make an npc train drive in the recorded track?
I have a problem making an npc to drive a train route i recorded from ls to ls
I added the lines in the filterscript...
Код:
if(!strcmp(playername, "TrainDriverLStoLS", true)) { PutPlayerInVehicle(playerid, traindriverlstolsvehicle, 0); return 1; }
Any idea how to put this guy in the train??He doesn't seem to get in the train at all!!
Pls Help!!
Or simply how to make an npc train drive in the recorded track?