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]];
Question
MatthewK
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 :(
Link to comment
Share on other sites
18 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now