Jump to content

dandude7

Member
  • Posts

    9
  • Joined

  • Last visited

Posts posted by dandude7

  1. 14 hours ago, salival said:

    I'll answer here instead of GitHub.

    There are quite a few reasons why, database isn't set up right, hivedll not changed, realistically I'm only guessing since you have provided no client or server rpt.

    Please in future provide these if you ask for help, it makes it significantly easier for me / the community to diagnose problems instead of back and forth dialog

    Gotcha, managed to sort it now too. It was an issue with the database, being an idiot I completely forgot to replace my Hive dll, must of mis-read the step with the .ini configuration.

    Cheers for the fast reply mate, means a lot :)

  2. Hey guys, kinda new to epochmod forums so sorry if I make any silly mistakes.

     

    Basically, I was installing an addon and in my server functions I had to replace the

    if(vehicle _x != _x && !(vehicle _x in PVDZE_serverObjectMonitor)......................

    line with 

    if(vehicle _x != _x && !(vehicle _x in PVDZE_serverObjectMonitor) && (isPlayer _x) && !((typeOf vehicle _x) in DZE_safeVehicle) && (vehicle _x getVariable ["MalSar",0] !=1)) then {

     

    My issue is that I cannot remember the original line of code before I replaced it and the addon/script I have added isn't working.

     

    Does anybody have a fresh server functions.sqf that they could help me what the original line is?

     

    Regards,

    Dan

  3. Hey guys,

     

    I'm new to the epochmod forums, but I am experiencing a problem, when a player gets killed by another player, they respawn at their body, with all their gear.

     

    Any idea how to fix this so they spawn as normal and don't have their previous gear?

     

    Thanks in advance,

    Dan.

×
×
  • Create New...