Jump to content

Dmitri Medeleiv

Members
  • Content Count

    7
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Dmitri Medeleiv

  • Rank
    On the Coast

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Evening ! I spent the last 2 days trying to find if a player has a particular item in his inventory. I saw with the workbench that there is a function IsInventoryItem. It supposed to return a bool but when I put a line like : bool reply = player.IsInventoryItem(apple); bool reply = player.IsInventoryItem("apple"); or it just crashed when it start . Is anybody know how to make that work ! thanks !
  2. Dmitri Medeleiv

    adding loot to custom buildings

    I don't see what you mean, can you say it again ? Sorry, as you should know, french have issue with english
  3. Dmitri Medeleiv

    adding loot to custom buildings

    Well, I'm usine the mod Da0ne with the buildspawner. I set to true export building and add custom building. After putting the code of the custom building in the buildingspawner.c, I waited the Line CEExport in the console of my server and I replaced the 2 group files in the export file in my storage_1 with the old ones in the mission file and after I restarted the server, still no loot in my custom building. So I don't know what's wrong. And yes, I'm using the chernarus++ map
  4. Dmitri Medeleiv

    adding loot to custom buildings

    Hi, I check the mapgrouppos in the export file, there isn't any of the new building I had in the map. A solution ?
  5. Dmitri Medeleiv

    disable damaged on CAR

    All right ! I just delete the body of the function, it's working very well ! thanks a lot !
  6. Dmitri Medeleiv

    disable damaged on CAR

    Thanks a lot ! I'll try that .
  7. Dmitri Medeleiv

    disable damaged on CAR

    Hi everyone, I would like to know if there is a way to disable damage on car in order to make them indestructible. Car are still very buggy, I think people on my server could appreciate to use car without destroying it 5 min later. So if anyone know how to do that, with a script or in the dayz server file, please let me know. Thanks
×