mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Thx to mmrsz from discord. PVDZ_plr_Save sends the current weapons from the player too now. This is needed to prevent the dayz_onBack dupe if the server has low fps.
17 lines
417 B
Plaintext
17 lines
417 B
Plaintext
/*
|
|
File: player_regularSave.sqf
|
|
Organisation Author: DayZMod Team
|
|
|
|
Email: N/A
|
|
Creation date: 2020-12-30 17:20:00
|
|
Last modified time: 2021-03-08 14:04:00
|
|
Description:
|
|
Requests a simple save for the player object.
|
|
Example:
|
|
call player_regularSave;
|
|
Return:
|
|
Nothing
|
|
*/
|
|
|
|
PVDZ_plr_Save = [player,nil,dayz_onBack,weapons player];
|
|
publicVariableServer "PVDZ_plr_Save"; |