SA-MP Forums Archive
License Plates & registration - 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: License Plates & registration (/showthread.php?tid=174769)



License Plates & registration - Anthonyx3' - 06.09.2010

Hey guys , im trying to make my server unique and have good features, so i was wondering, is it possible to make a license plate system, the number being the carid? Also, how could i make car registration system, as in like you go to cityhall and buy it then if cops pull you over, you have to /showlicense and /showreg? Thanks in advance


Re: License Plates & registration - Cameltoe - 06.09.2010

Quote:
Originally Posted by Anthonyx3'
Посмотреть сообщение
Hey guys , im trying to make my server unique and have good features, so i was wondering, is it possible to make a license plate system, the number being the carid? Also, how could i make car registration system, as in like you go to cityhall and buy it then if cops pull you over, you have to /showlicense and /showreg? Thanks in advance
Basically, the licence plate disappeared after 0.2, but you can use attach 3d text to an vehicle.


Re: License Plates & registration - Anthonyx3' - 06.09.2010

Oh dam that sucks, i saw similar threads, how do i make the carid be the license plater number? and anything on registration?


Re: License Plates & registration - Cameltoe - 06.09.2010

Quote:
Originally Posted by Anthonyx3'
Посмотреть сообщение
Oh dam that sucks, i saw similar threads, how do i make the carid be the license plater number? and anything on registration?
You would need to format a string format(string, sizeof string, "%d",CARID HERE);


Re: License Plates & registration - Anthonyx3' - 06.09.2010

Hmmm.... I'll test it out and ask questions if i encounter any problems.


ANy ideas on the vehicle registration idea? xD