NPC train bot spawns wrong side - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: NPC train bot spawns wrong side (
/showthread.php?tid=294756)
NPC train bot spawns wrong side -
Defrago - 03.11.2011
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:
Код:
TRAIN = AddStaticVehicle(538, 1700.7649, -1953.6531, 14.8756, 89.8213, 86, 86);
Previously was
Код:
TRAIN = AddStaticVehicle(538, 0.0, 0.0, 5.0, 0.0, 86, 86);
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?
Re: NPC train bot spawns wrong side -
Notis123 - 03.11.2011
well what TRAIN you added ? make sure you added the right train and restart your server after you find your current train also why u named it as TRAIN ?it spawns the 3 vagon one :P