I have started playing around with SQL Server Compact Edition and have managed to get database insertion/retrieval working from Arma 2 as a proof of concept. So we could use this to store player data when they leave and then retrieve it when the player rejoins for a bit of MP persistence.
hints ["Scott", 1, 2, 3, "Radio", "1 mag", "akm"]Code:_n = ("Arma2net.Unmanaged" callExtension "MPDatabase ['Insert', 'Scott', 1, 2, 3, 'Radio', '1 mag', 'akm']") hint ("Arma2Net.Unmanaged" callExtension "MPDatabase ['Select', 'Scott']")
HOME
Reply With Quote




