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 Script
Config = {
Locale = 'de',
Button = 244, -- works only if Config.UseCommand is false
UseCommand = true,
Command = "Zones", -- only if Config.UseCommand is true
Usejob = true,
Jobs = { -- only if Config.Usejob is true
{
name = 'police',
useRanks = false,
ranks = { 'officer', 'sergeant', 'lieutenant', 'boss' }
},
{
name = 'ambulance',
useRanks = false,
ranks = { 'doctor', 'chief_doctor', 'boss', }
},
{
name = 'mechanic',
useRanks = false,
ranks = { 'experimente', 'chief', 'boss' }
}
},
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 Skript
Config = {
Locale = 'de',
Button = 244, -- works only if Config.UseCommand is false
UseCommand = true,
Command = "Zones", -- only if Config.UseCommand is true
Usejob = true,
Jobs = { -- only if Config.Usejob is true
{
name = 'police',
useRanks = false,
ranks = { 'officer', 'sergeant', 'lieutenant', 'boss' }
},
{
name = 'ambulance',
useRanks = false,
ranks = { 'doctor', 'chief_doctor', 'boss', }
},
{
name = 'mechanic',
useRanks = false,
ranks = { 'experimente', 'chief', 'boss' }
}
},
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 |
