SA-MP Forums Archive
dini in mxini - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: dini in mxini (/showthread.php?tid=480374)



dini in mxini - Nikid - 10.12.2013

pawn Код:
idx = 0;
    if(dini_Isset(NMap, "a_0")){
        string = dini_Get(NMap, "a_0");
        Spawn[sx]  = floatstr(strtok(string, idx, ','));
        Spawn[sy]  = floatstr(strtok(string, idx, ','));
        Spawn[sz]  = floatstr(strtok(string, idx, ','));
        Spawn[FacingAngle]  = floatstr(strtok(string, idx, ','));
    }
how to convert mxini?