mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
17 lines
402 B
Plaintext
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"; |