Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×

j. thomas

Member
  • Content Count

    5
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About j. thomas

  • Rank
    Rookie
  1. Whenever I start the game from the launcher I get this error, I can not figure out how to fix it for the life of me. Thanks in advanced for any help! Here is my RPT log.
  2. j. thomas

    ACCESS_VIOLATION GAME CRASH

    Sorry, is this what you are asking for?
  3. I launched the game and tried to join my server, when I go into the server I picked my slot. After I picked my slot It started to load but before I actually joined the server the game crashed and gave me the ACCESS_VIOLATION crash report. Thanks for any help.
  4. Me and some friends recently bought a Wasteland server and want to add a admin menu to it. when i ope our PBO it has a file in it that says proving_grounds(i thought that was admin menu). It also has a adminPanel folder that has .sgf files in it that say adminMenu.sqf adminSelect.sqf... this is what is in the adminMenu.sqf _start = createDialog "AdminMenu"; #define AdminMenu 2119 if (((getPlayerUID player) in provingGrounds)) then { thingsAvailable = [ "Player Menu", "Vehicle Management", "Gun Store", "General Store", "Test Function", "Respawn Dialog" ]; } else { thingsAvailable = [ "Player Menu" ]; }; { lbAdd [AdminMenu, _x]; } forEach thingsAvailable; What i want to be able to do is spawn things in... i also want to put a base i made inn the 3d editor in it how would i do that.
  5. Can you remove Object in the 3D editor like trees and fences that are in game?
×