Npc Traindriver problem!
#1

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
Reply
#2

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
Reply
#3

It dont care if it is code or pawno!
And it dont work i already tried!
Reply
#4

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)