mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
add debug
This commit is contained in:
parent
9e7cc6843d
commit
4da51a45f3
@ -364,6 +364,7 @@ if (!isNull _player) then {
|
|||||||
|
|
||||||
// Send message to player so they can take over the new body.
|
// Send message to player so they can take over the new body.
|
||||||
[_playerNetID, _playerUID, [_newPlyr, _vars, _currentWeapon, loadAbs _newPlyr, _playerGroup, _canBeRevived, _newPlyr call EPOCH_server_setPToken,_playerGroupArray, _communityStats, _hitpoints], _fsmHandle] call EPOCH_server_pushPlayer;
|
[_playerNetID, _playerUID, [_newPlyr, _vars, _currentWeapon, loadAbs _newPlyr, _playerGroup, _canBeRevived, _newPlyr call EPOCH_server_setPToken,_playerGroupArray, _communityStats, _hitpoints], _fsmHandle] call EPOCH_server_pushPlayer;
|
||||||
|
diag_log str([_playerNetID, _playerUID, [_newPlyr, _vars, _currentWeapon, loadAbs _newPlyr, _playerGroup, _canBeRevived, _newPlyr call EPOCH_server_setPToken,_playerGroupArray, _communityStats, _hitpoints], _fsmHandle]);
|
||||||
|
|
||||||
// revive test
|
// revive test
|
||||||
_newPlyr setVariable ['#rev_enabled', true, true];
|
_newPlyr setVariable ['#rev_enabled', true, true];
|
||||||
|
Loading…
Reference in New Issue
Block a user