Jump to content

Panadur

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

  • Medals

Community Reputation

10 Good

About Panadur

  • Rank
    Newbie
  1. Panadur

    Arma2MySQL

    The problem is not caused by the nested array. I replaced it with a string and the error still occurs Info: 22:30:29 - Received - Database: panadur_1 Procedure: test Parameters: INSERT INTO object_DATA (ObjectUID, Instance, Classname, Damage, CharacterID, Worldspace, Inventory, Hitpoints, Fuel) VALUES (1152381130955152, 11, 'LockboxStorageLocked', 0, '76561198013238061', 'leer', 'leer', 'leer', 3333); Info: 22:30:29 - Parsing parameters... Warning: 22:30:29 - Couldn't parse procedure, split didn't work. For Info. Balthorius and me are working on the same code.
  2. Hi Guys, Is there a way to hide a special building on a map? For Example, i would like to hide the Land_a_stationhouse in Elektro, but not that one in Chernogorsk. I know how to hide all buildings on a map that belong to the same class, but i would like to do this for few buildings only. I know i can check player position and then use nearestobjects and then use hideobject, but i think this is not very efficient way, to hide buildings. I'd like to define the hidden buildings at mission start and not check if the player is near the objects i want to hide again and again. I would be very grateful if someone could help me with this
×