Function SII to y_ini
#2

a system where i load my premium skin

pawn Код:
if(X[playerid] == X)
    {
        SetPlayerSkin(playerid,skin);
    }
    static file[80];
    format(file,sizeof file,Userfile,GetPName(playerid));
    INI_Open(file);
    INI_WriteInt("SSkin",skin);
    INI_Save();
    INI_Close();
    return 1;
That code is inside in a command so when a players relogg the skin premium is setted ( sorry bad english , it's works ) but i need to change it to y_ini
Reply


Messages In This Thread
Function SII to y_ini - by SnL - 30.01.2014, 16:48
Respuesta: Function SII to y_ini - by SnL - 30.01.2014, 17:07
Respuesta: Function SII to y_ini - by SnL - 30.01.2014, 17:24
Respuesta: Function SII to y_ini - by SnL - 30.01.2014, 18:00

Forum Jump:


Users browsing this thread: 1 Guest(s)