⚙️
PHYSIX Documentation
Support
  • 👋Welcome to PHYSIX documentation
  • ❓Support center
  • 💩P6 Additional Needs
    • ⚠️Dependences
    • ⚙️Installation
    • 🔧Configuration
    • 📒Usage
  • 🛡️P6 Bodyguards
    • ⚠️Dependences
    • ⚙️Installation
    • 🔧Configuration
    • 📒Usage
  • 🌉P6 Bridge
    • ⚙️Installation
    • 📒Usage
    • 🪛Exports
      • 😀Client Exports
      • 🖥️Server Exports
  • 🚴P6 Gym
    • ⚠️Dependences
    • ⚙️Installation
    • 🔧Configuration
    • 📒Usage
  • ⚙️P6 Settings
    • ⚠️Dependences
    • ⚙️Installation
    • 🔧Configuration
    • 📒Usage
  • 📦P6 Spawner
    • ⚠️Dependences
    • ⚙️Installation
    • 🔧Configuration
    • 📒Usage
  • 📃P6 Whitelist
    • ⚠️Dependences
    • ⚙️Installation
    • 🔧Configuration
    • 📒Usage
    • 🪛Exports
      • 🖥️Server Exports
  • 🛡️P6 Zones
    • ⚠️Dependences
    • ⚙️Installation
    • 🔧Configuration
    • 📒Usage
    • 🪛Exports
      • 😀Client Exports
      • 🖥️Server Exports
  • 🛡️P6 Zones - Zombie Waves
    • ⚠️Dependences
    • ⚙️Installation
    • 🔧Configuration
    • 📒Usage
    • 🪛Exports
      • 😀Client Exports
      • 🖥️Server Exports
Powered by GitBook
On this page
  1. P6 Zones - Zombie Waves
  2. Exports

Client Exports

IsPveZone

This export calculate if the player is inside a PvE zone.

-- coords must be a vector3 object about the coordenates to check
exports['p6_zones_zombie_waves']:IsPveZone(coords)

Output: boolean, vector4

  • boolean (true/false) that indicates if the player is inside a PvE zone.

  • vector4 contains the PvE zone coordinates and radius specified in the config file for this PvE zone.

PreviousExportsNextServer Exports

Last updated 2 months ago

🛡️
🪛
😀