Npc Traindriver problem! - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Npc Traindriver problem! (
/showthread.php?tid=253270)
Npc Traindriver problem! -
Admigo - 05.05.2011
Heey guys
i have 3 npcs driving around san andreas with trains. Every scripter has the 3 npcs. But the problem is that the train is backwards.
Code:
Код:
AddStaticVehicleEx(538, 0.0, 0.0, 0.0, 0.0, 0, 3, 5000); //De positie van het voertuig maakt niet uit!
Thanks Admigo
Re: Npc Traindriver problem! -
DRIFT_HUNTER - 05.05.2011
Quote:
Originally Posted by admigo
Heey guys
i have 3 npcs driving around san andreas with trains. Every scripter has the 3 npcs. But the problem is that the train is backwards.
Code:
Код:
AddStaticVehicleEx(538, 0.0, 0.0, 0.0, 0.0, 0, 3, 5000); //De positie van het voertuig maakt niet uit!
Thanks Admigo
|
Its [PAWN] not [CODE]
pawn Код:
AddStaticVehicleEx(538, 0.0, 0.0, 0.0, 180.0, 0, 3, 5000); //De positie van het voertuig maakt niet uit!
try these
Re: Npc Traindriver problem! -
Admigo - 05.05.2011
It dont care if it is code or pawno!
And it dont work i already tried!
Re: Npc Traindriver problem! -
Vince - 05.05.2011
De positie van het voertuig maakt niet uit! translated means:
The position of the vehicle doesn't matter!.
Fact is that it
does matter. You need to place your train somewhere near a track with the angle facing to the right direction.