How to add no ride/no fly zone

Deazer

Head Developer
Staff member
Path:
gameserver\data\zone

Example:
XML:
   <zone name="[queen_ant_block_class_id]" type="dummy" >
        <set name="noRideZone" val="true" />
        <set name="blocked_actions" val="ride" />
        <polygon>
            <coords loc="-23176 185080 -6000 -5500" />
            <coords loc="-20104 185080 -6000 -5500" />
            <coords loc="-20104 177928 -6000 -5500" />
            <coords loc="-23176 177928 -6000 -5500" />
        </polygon>
    </zone>

Operating parameters:
noRideZone - parameter for activating the zone
blocked_actions val="ride" - prohibition in this zone from using the Ride button at all
 
Back
Top