Does anyone know how I'd run this line of code in a script on my server.. If I run this locally in MP mode it works, but when i compile it and put it on my server , nothing , not even error report :(
The line of code is:
createDiaryRecord ["Diary", ["Missions and Treasure Hunts", _hint2]];
I've tried
player createDiaryRecord ["Diary", ["Missions and Treasure Hunts", _hint2]];
With both !isServer and !isDedicated :(