Advertisement
Guest User

Untitled

a guest
Apr 11th, 2014
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. private["_character","_clientID"];
  2.  
  3. _character = _this select 0;
  4. _clientID = owner _character;
  5.  
  6. #ifdef DZE_SERVER_DEBUG
  7. diag_log ("HIVE: Player Death list Request by ClientID: "+ str(_clientID));
  8. diag_log(PlayerDeaths);
  9. #endif
  10.  
  11. PVDZE_plr_DeathBResult = PlayerDeaths;
  12.  
  13. if(!isNull _character) then {
  14. _clientID publicVariableClient "PVDZE_plr_DeathBResult";
  15. };
  16.  
  17. PlayerDeaths
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement