mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-25 01:20:49 +03:00
Update server_functions
The protective box is not needed on Chernarus. If other maps need it we are better off spawning a permanent box around the debug area once, instead of constantly creating new boxes every time a player logs in.
This commit is contained in:
@@ -8,10 +8,13 @@
|
||||
- Journal is now functional for displaying stats
|
||||
- ItemFish, Shotgun ammo and several other item classnames changed. See SQL\1.0.6_Updates
|
||||
- Dupicate functions have been renamed:
|
||||
- dayz_objectUID3 --> dayz_objectUID2
|
||||
- object_handleServerKilled --> vehicle_handleServerKilled
|
||||
- object_setFixServer --> fnc_veh_setFixServer
|
||||
- vehicle_handleDamage --> fnc_veh_handleDam
|
||||
- vehicle_handleKilled --> fnc_veh_handleKilled
|
||||
- Duplicate global variables have been renamed:
|
||||
- dayz_allowedObjects --> DayZ_SafeObjects
|
||||
- dayz_updateObjects --> DayZ_GearedObjects
|
||||
- freeTarget --> OpenTarget
|
||||
- Duplicate public variables have been renamed:
|
||||
@@ -20,7 +23,6 @@
|
||||
- norrnRaDrag --> PVDZ_drg_RaDrag
|
||||
- norrnRaLW --> PVDZ_drg_RaLW
|
||||
- norrnRLact --> PVDZ_drg_RLact
|
||||
- PVCDZE_vehSH --> PVCDZ_veh_SH
|
||||
- PVDZE_obj_Delete --> PVDZ_obj_Destroy (PVDZ_obj_Delete is used for plants and blood trails)
|
||||
- PVDZE_obj_Fire --> PVDZ_obj_Fire
|
||||
- PVDZE_obj_Publish --> PVDZ_obj_Publish
|
||||
@@ -36,6 +38,7 @@
|
||||
- PVDZE_send --> PVDZ_send
|
||||
- PVDZE_Server_Simulation --> PVDZ_Server_Simulation
|
||||
- PVDZE_serverStoreVar --> PVDZ_serverStoreVar
|
||||
- PVCDZE_vehSH --> PVCDZ_veh_SH
|
||||
- PVDZE_veh_SFix --> PVDZ_veh_SF
|
||||
- PVDZE_veh_SFuel --> PVCDZ_veh_SetFuel
|
||||
- PVDZE_veh_Update --> PVDZ_veh_Save
|
||||
|
||||
Reference in New Issue
Block a user