I don't know how to write a script, but I can read a sample. So anyone could help me write a little code for me with iniDB?
I need a check function:
In server side, a GUID.ini file, it's a GUID list. What are the contents of the GUID.ini file?
In Client side, I need let's get GUID from server.
As below code, this is my old code:
if (local player) then
{
switch (getplayerUID player) do
{
case "15438342" :
{
player setVariable ["perm_air", 1];
};
How I can change "15438342" to get variable from GUID.ini?
Thanks!