Dmitri Medeleiv
Members-
Content Count
7 -
Joined
-
Last visited
Everything posted by Dmitri Medeleiv
-
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
-
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 !
-
I don't see what you mean, can you say it again ? Sorry, as you should know, french have issue with english
-
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
-
Hi, I check the mapgrouppos in the export file, there isn't any of the new building I had in the map. A solution ?
-
All right ! I just delete the body of the function, it's working very well ! thanks a lot !
-
Thanks a lot ! I'll try that .