03.11.2011, 07:03
I have NPC train bot on my server. I recorded it`s path and it`s spawn on the Grand Larceny GM where it spawned correctly. Now it`s spawn is:
Previously was
so I thinked problem was in the spawn coords but now it`s fine and problem still here.
It spawns with 3 vagons first, not the locomotive like I want. WTF?
Код:
TRAIN = AddStaticVehicle(538, 1700.7649, -1953.6531, 14.8756, 89.8213, 86, 86);
Код:
TRAIN = AddStaticVehicle(538, 0.0, 0.0, 5.0, 0.0, 86, 86);
It spawns with 3 vagons first, not the locomotive like I want. WTF?