Jump to content

theballin7

Member
  • Posts

    40
  • Joined

  • Last visited

Reputation Activity

  1. Like
    theballin7 got a reaction from Defent in [PHP] Live kill feed   
    this is how mine is done it dont show the gun image but its not needed
     
    i created an .dll that writes to a text file and then made a php script to read everything on that file
     
    i added this line into my server files/compile/serverPlayerDied.sqf
     
    under
    diag_log _loc_message;
     
    i added
    "Deathsz" callExtension (_loc_message)
     
    Deathsz being my .dll name
     
    php code
    <?php $file1 = "C:\Users\DayZ\Desktop\DayZ Servers\Epoch\Deathsz.txt"; $lines = file($file1); foreach($lines as $line_num => $line) { echo "<font color='red'>$line</font>"; echo "<br>"; } ?> and the output would look like this ( you would just have the kills not the menus )
     

  2. Like
    theballin7 got a reaction from Monster in [Tutorial] Disabling R3F Tow/Lift for Locked Vehicles   
    anyone else having the problem with when you just buy a vehicle and unlock it too heli left or tow you need to relog to the server for it too work?
  3. Like
    theballin7 got a reaction from frartombabogy in How to fix Vehicles falling through Floors and buildings   
    i haven't had this problem yet my base is like 30meter high and i never seen my helis inside my base but if it does happen thanks for posting.
×
×
  • Create New...