Taxi light - 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: Taxi light (
/showthread.php?tid=159676)
Taxi light -
r0v3r - 14.07.2010
I noticed that on Single Player when you start a taxi mission the taxi sign on top of the car lights up. Is that possible in SA-MP and if yes how can I add it?
Re: Taxi light -
RichyB - 14.07.2010
From my knowledge, I don't think its possible at this point of time as I don't think it has been scripted.
Though if you knew someone who knows C++, they may be able to do create something that does it that togs the Taxi Light on and off like.
pawn Код:
TogTaxiLight(vehicleid, 0); //off
TogTaxiLight(vehicleid, 1); //on
But this is not possible right now, so it will not work.
Re: Taxi light -
[DK]JaloNik - 14.07.2010
Richy is right.
Re: Taxi light -
Nobbl - 16.01.2011
*push*
is there any possibility now in 0.3c?
Re: Taxi light -
Nobbl - 21.01.2011
Anyone an idea please?
Re: Taxi light -
Haydz - 21.01.2011
You could create a light with a 0.3c object maybe? not sure how the attaching objects works but attach the object/detach when starting/finishing a mission.