Skip to content

Commit

Permalink
Update initPlayerLocal.sqf
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanin69 authored Feb 13, 2022
1 parent cb5c442 commit d31620f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CPC-COM[18]-Cache_cash.Altis/initPlayerLocal.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//Add Zeus to player if player is admin or player is hosting (local) server
_isAdmin = serverCommandAvailable "#logout";
if (_isAdmin || (isServer && hasInterface)) then {
[] call gdc_fnc_addZeusToPlayer;
[] call gdc_fnc_addZeusToPlayerRemote;
};

// Variables pour les loadouts
Expand Down Expand Up @@ -63,4 +63,4 @@ playerUnit action ["WeaponOnBack", playerUnit];
};

waitUntil {time > 10};
player allowdamage true;
player allowdamage true;

0 comments on commit d31620f

Please sign in to comment.