mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Split up save function
This commit is contained in:
17
SQF/dayz_code/compile/player_regularSave.sqf
Normal file
17
SQF/dayz_code/compile/player_regularSave.sqf
Normal file
@@ -0,0 +1,17 @@
|
||||
/*
|
||||
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";
|
||||
Reference in New Issue
Block a user