ðŸ‡ŦðŸ‡ēHospital Zone

The zone coords is important because all the npcs load when you get in the zone

zone = {
    pos = vec3(299.0, -585.28, 43.28),
    size = vec3(200.0, 200.0, 200.0),
},

The pos is the hospital zone coords where the hospital is located

 pos = vec3(299.0, -585.28, 43.28),

The size is the radius of the zone

size = vec3(200.0, 200.0, 200.0),

In the script there are used ox_lib zones for more informaton you can 🔗 Link

Last updated