SA-MP Forums Archive
Need Help - 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: Need Help (/showthread.php?tid=86145)



Need Help - Erkan - 12.07.2009

-


Re: Need Help - Namaco - 12.07.2009

what script is it?


Re: Need Help - Erkan - 12.07.2009

Taxi


Re: Need Help - Correlli - 12.07.2009

Quote:
Originally Posted by Namaco
what script is it?
It isn't important.

About the problem:
Indent your code.
and change:
pawn Код:
if(TaxiCalled = true)
to:
pawn Код:
if(TaxiCalled == true)



Re: Need Help - Erkan - 12.07.2009

I got now Tag mistmatch at the same line.


Re: Need Help - Correlli - 12.07.2009

Quote:
Originally Posted by [LSB
Erkan ]
I got now Tag mistmatch at the same line.
Change 'true' to 1.


Re: Need Help - Erkan - 12.07.2009

Thank you very much.

Fixed


Re: Need Help - Correlli - 12.07.2009

You're welcome.