Jump to content

thegeneral

Member
  • Posts

    3
  • Joined

  • Last visited

Posts posted by thegeneral

  1. You downloaded the beta v2.4 code from GitHub. 

     

    Change the Github branch to v2.34 then download or download from the dropbox link on the first page of this thread (unless you are doing some beta testing for version 2.4).

     

    I will look at renaming the beta branch with "Beta" to make it clearer.

     

    I downloaded the v2.34 from GitHub, although the last modification done was to the custom folder two days ago.

    I just checked again, I don't see a 2.4 in the branch I'm in, I see this:Epoch/A Plot for Life/v2.34 & Snap Pro v1.4.1 and the last folder has the older versions. Did you find the error in your compiles.sqf that I posted anyways? I got it from that exact location. I'll take another look and double check I'm in the right place though, thanks for the quick response!

  2. Hey all, 
         Getting an error in my RPT logs after I tried to install this and server hangs at the splash screen,

     

    19:00:26 Error in expression <etPlayerUID = {
    private ["_onlyPUID", ""_who, "_PID"];
    _onlyPUID = _this select >
    19:00:26 Error position: <_who, "_PID"];
    _onlyPUID = _this select >
    19:00:26 Error Missing ]
    19:00:26 File mpmissions\__cur_mp.Tavi\Custom\A_Plot_for_Life\init\compiles.sqf, line 553
    19:00:26 Error in expression <etPlayerUID = {
    private ["_onlyPUID", ""_who, "_PID"];
    _onlyPUID = _this select >
    19:00:26 Error position: <_who, "_PID"];
    _onlyPUID = _this select >
    19:00:26 Error Missing ]
    19:00:26 File mpmissions\__cur_mp.Tavi\Custom\A_Plot_for_Life\init\compiles.sqf, line 553
     
    So I took a look at lines 552-560 in my compiles.sqf that came with it, Which looks like this:
     
    FNC_GetPlayerUID = {
    private ["_onlyPUID", ""_who, "_PID"];
    _onlyPUID = _this select 0;
    if ((count _this) == 2) then {_who = this select 1}else{_who = player};
    _playerUID = GetPlayerUID _who;
    if !(_onlyPUID) then {
    if !(DZE_APlotforLife) then {
    _playerUID = _who getVariable ["CharacterID", "0"];
    };

     
    I have not modified the compiles at all from the most recent, and did this fresh on a server without modifying any of the files besides exactly what was outlined out in the readme. If you need any of my files let me know and I'll be sure to upload them as soon as possible. Any ideas?
     

    /////EDIT//////

    Changed: 

    private ["_onlyPUID", ""_who, "_PID"];

    to:

    private ["_onlyPUID", "_who", "_PID"];

     

    Server is up and running but when a player places a plot pole, they are told they need a plot within 30 Meters to build.
     

×
×
  • Create New...