ViceXStudios
Gold Elite
- Joined
- Sep 6, 2021
- Messages
- 47
- Reaction score
- 711
- Points
- 311
- Location
- Oberhausen
- Website
- vicexstudios.tebex.io
Tebex
Preview
Discord
This script manages two types of zones on the server: Greenzones and Redzones. Each zone has specific rules that control player behavior when they enter these areas.
Forbidden actions in the Greenzone:
Allowed actions in the Redzone:
The polygon coordinates in your script define specific areas on the map as polygons. A polygon consists of multiple points (coordinates) that are connected to form a closed shape. In your script, these polygons are used to designate zones such as Greenzones (safe areas) and Redzones (danger areas).
Hidden link for visitors, to see
Log in or register now.
Preview
Discord
Hidden link for visitors, to see
Log in or register now.
This script manages two types of zones on the server: Greenzones and Redzones. Each zone has specific rules that control player behavior when they enter these areas.
Greenzone (Safe Zone)
In the Greenzone, various actions and behaviors are restricted to create a peaceful and safe environment. This zone is typically used in areas where no violence or criminal activities are allowed, such as city centers or important gathering spots.Forbidden actions in the Greenzone:
- Weapon Use: Players cannot fire weapons. All attacks, including firearms, are disabled.
- Melee Attacks: Punching and other melee attacks are blocked.
- Weapon Control: The weapon wheel (weapon selection menu) is disabled, preventing players from choosing or using weapons.
- Weapon Reloading: Players are unable to reload their weapons.
- Collision Damage: Players and vehicles have no collision, meaning players cannot be harmed by crashes with other vehicles or players.
- Invulnerability: Players are invincible and cannot take any damage in this zone.
- Movement and Driving: Players can move around and drive vehicles freely, but without causing any collisions with other players or vehicles.
- Vehicle Speed: Inside the Greenzone, there is a speed limit for vehicles enforced by the script. Vehicles can only travel at the designated maximum speed.
Redzone (Danger Zone)
The Redzone operates under different rules. It is a "no-law zone" where aggressive and criminal actions are allowed, making these areas highly contested and dangerous. Redzones are often places where players engage in combat or undertake risky activities.Allowed actions in the Redzone:
- Weapon Use: Players are free to use weapons and engage in combat with each other. Firearms and melee attacks are fully functional.
- Attacks and PvP: Players can attack and kill each other. Player-versus-Player (PvP) combat is allowed and often expected in these zones.
- Full Vehicle Control: There are no speed restrictions or other rules governing vehicle behavior in the Redzone.
- Criminal Activity: Any form of crime, including robbery, murder, and vandalism, is allowed in this zone.
- There are no specific prohibitions in the Redzone. The rule is: "Anything goes."
Summary:
- Greenzone: Weapons, fighting, and attacks are completely disabled. Players are invincible, and vehicle speed limits are enforced. This zone is designed for peaceful and safe behavior.
- Redzone: There are no restrictions. All actions, including PvP, weapon usage, and criminal activities, are allowed.
The polygon coordinates in your script define specific areas on the map as polygons. A polygon consists of multiple points (coordinates) that are connected to form a closed shape. In your script, these polygons are used to designate zones such as Greenzones (safe areas) and Redzones (danger areas).
- A polygon is created by connecting multiple points. The points you specify in the coordinates are connected to form the boundary of the zone. When the last point connects back to the first point, a closed shape is formed, representing the zone.
Last edited: