dini in mxini
#1

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?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)