Files
DayZ-Epoch/SQF/dayz_code/compile/player_regularSave.sqf
2020-12-31 12:11:23 +01:00

17 lines
402 B
Plaintext

/*
File: player_regularSave.sqf
Organisation Author: DayZMod Team
Email: N/A
Creation date: 2020-12-30 17:20:00
Last modified time: 2020-12-30 17:34:00
Description:
Requests a simple save for the player object.
Example:
call player_regularSave;
Return:
Nothing
*/
PVDZ_plr_Save = [player,nil,dayz_onBack];
publicVariableServer "PVDZ_plr_Save";