- 49
- 106
- Версия SA-MP
-
- 0.3.7 (R1)
- 0.3.7-R2
- 0.3.7-R3
- 0.3.7-R4
- 0.3DL
City-ZoneText Plugin
Shows you the city and the area where you are. | Plugin For UdrakoLoader
Everyone Knows the Well Known, Cleo Zonetext, which shows you the name of the zone you are in.
Well this complement is very similar, apart from the area it also shows you the city and besides that instead of having big and ugly letters, it draws the text very modern and smooth.
How to Install a Plugin?
- Extract "CityZoneText.dll" into the "UdrakoLoader" folder.
- Make sure that the "Open-SAMP-API.dll" dll is located in the "UdrakoLoader\lib" directory.
If you don't have "Open-SAMP-API.dll", then Download the new version of UdrakoLoader here: https://www.blast.hk/threads/67473/
Requirements.
- Activation: Automatic.
- Source Code : CityZoneText
You can easily configure it. The position, the font type, the color, the style all of the Plugin, Editing the code, you compile it and that's it.
Code to edit to configure to your preference.:
Public Structure LabelZoneText
Shared Text As String = ""
Shared X As Integer = 50
Shared Y As Integer = 50
Shared FontColor As Color = Color.White
Shared TextSize As Integer = 10
Shared TextStyle As String = "Arial"
Shared InfoNumber As Integer = 0
End Structure
Download the Project and change that part to your preference and Compile it using an IDE. for example visual Studio.
Preview :
Вложения
Последнее редактирование: