Files
DayZ-Epoch/SQF/dayz_code/compile/player_regularSave.sqf
AirwavesMan 979751d302 Update PVDZ_plr_Save to prevent dayz_onBack dupe
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.
2021-03-08 15:07:13 +01:00

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";