ENGLISH
I created a small speedzones script where you can regulate the NPC traffic for a certain radius.
You can set multiple Zones and delete only your own Zones.
You can also specify a specific speed for the zones.
Here a Snippet from the Config from the QB Script (The ESX Config looks a little bit different)
Config = {
Locale = 'de',
Button = 73, -- works only if Config.UseCommand is false
UseCommand = true,
Command = "zones", -- only if Config.UseCommand is true
Usejob = true,
Jobs = { -- Jobs allowed to use the speed zone feature
{ name = 'police' },
{ name = 'ambulance' },
{ name = 'mechanic' },
},
Perfect for roleplay servers!
You can buy the script here:
Youtube Showcase:
If you have any suggestions, please reply on this Post!
For Support feel free to join my Discord: KalleScripts Discord
DEUTSCH
Ich habe ein kleines Speedzones-Skript erstellt, mit dem man den NPC-Verkehr für einen bestimmten Radius regulieren kann.
Sie können mehrere Zonen einrichten und nur Ihre eigenen Zonen löschen.
Sie können für die Zonen auch eine bestimmte Geschwindigkeit festlegen.
Hier ein Ausschnitt aus der Konfiguration aus dem QB-Skript (Die ESX-Konfiguration sieht etwas anders aus)
Config = {
Locale = 'de',
Button = 73, -- works only if Config.UseCommand is false
UseCommand = true,
Command = "zones", -- only if Config.UseCommand is true
Usejob = true,
Jobs = { -- Jobs allowed to use the speed zone feature
{ name = 'police' },
{ name = 'ambulance' },
{ name = 'mechanic' },
},
Perfekt für Roleplay server!
Das Skript können Sie hier kaufen:
Youtube-Showcase:
Wenn Sie Vorschläge haben, kommentiert sie!
Für Support können Sie gerne meinem Discord beitreten: KalleScripts Discord
Code is accessible | Only Config |
Subscription-based | No |
Lines (approximately) | 150 |
Requirements | NativeUILua_Reloaded |
Support | Yes |