30.09.2012, 19:55
(
Последний раз редактировалось nmader; 12.01.2013 в 15:29.
Причина: Version 2.0 R1 Update
)
Simple License Plate System
By: Nmader
I, Nmader, have scripted a rather simple and efficient license plate system. This script is not complicated to implement into your gamemode whatsoever as it consists of very few lines.
Features- Four letters followed by the vehicle ID. (IE: AVIF 432) NOTE: Letters change on vehicle respawn, numbers remain the same.
- Random four letters to the plate per vehicle respawn
- Wide variety of four letters that cover the alphabet completely
- Easily editable four-letter possibilities
- Option to make all numbers not the vehicle id and three digits
http://filesmelt.com/dl/sa-mp-0467.png
http://filesmelt.com/dl/sa-mp-0478.png
http://filesmelt.com/dl/sa-mp-0488.png
Want to edit the vehicle id numbers to assure three digits?
This is rather simple as well to do. All you will need to do is as follows:
- Uncomment the Three+ Digit Number System
- Comment the Traditional Number Plate System
Код:
None at this time - Send me any you do find and I will make improvements!
If this FilterScript does generate a decent interest and/or some suggestions are provided via comment or PM there will be as many updates as it takes to make the community satisfied!
Download
Код:
Version 1.0 R2 Pastebin: http://pastebin.com/6vmbUut8 Solidfiles: http://www.solidfiles.com/d/c0725a0157/ Version 2.0 R1 Pastebind: http://pastebin.com/9ExNBtLj Solidfiles: http://www.solidfiles.com/d/97f4acc3c5/
If you have used the Pastebin file use these instructions:
- Copy the text
- Paste in your compiler (Any should work)
- Press Compile as "SimpleLicensePlate"
- Add the line "SimpleLicensePlate" to your filterscript line in your server.cfg
- Open the .pawn file with your compiler
- Add the line "SimpleLicensePlate" to your filterscript line in your server.cfg
~Nmader