Jump to content

Jarhielt

Members
  • Posts

    32
  • Joined

  • Last visited

Reputation

20 Excellent

About Jarhielt

Personal Information

  • Occupation
    ICT Technician
  1. Jarhielt

    Brink

    No one has properly reviewed it as yet, as the general feel is it just isn't ready. I run a gaming community that was gearing up to have this as a new feature but with all the bad experiences from the team we have ditched it till it's been fixed. as i stated Steam Pulled it from their store because it just wasn't ready. Rushed release.
  2. Jarhielt

    Brink

    Brink was pulled from steam as it was majorly buggy, another rushed release.
  3. Zerohour you don't need to edit the text file, you can update the whitelist from within the server it's self check out SMP Server commands - Minecraft Wiki look under the whitelist. using /whitelist add 'user' will add them instantly which out reboot.
  4. Just tried the latest version and still getting the Error 2753.The File 'InstallAX.exe' is not marked for installation. it's really annoying now even after running clean up tools removing AV. It's like they just cannot seem to design a MSI file properly. Our solution was to use Wininstall LE and take a snapshot of before and after install, then rebuild a msi package. We have now managed to get it deployed but there is another problem. IE8 is now whining about flash running because of the protection mode. Nothing ever seems to be simple, you would think in this day an age that these companies would actually work with each other.
  5. $periods[] = "Period 1"; $periods[] = "Period 2"; $periods[] = "Period 3"; $periods[] = "Period 4"; $periods[] = "Dinner "; $periods[] = "Period 5"; $periods[] = "Period 6"; $periods[] = "Evening "; Try removing the from Dinner and Evening $periods[] = "Period 1"; $periods[] = "Period 2"; $periods[] = "Period 3"; $periods[] = "Period 4"; $periods[] = "Dinner"; $periods[] = "Period 5"; $periods[] = "Period 6"; $periods[] = "Evening";
×
×
  • Create New...