[DUDA]їComo guardo con y_ini?
#1

Antes me guardaba pero ahora nose que ha pasado que no me guarda
pawn Код:
public LoadUser_data(playerid,name[],value[])
{
    INI_Int("VehicleID",PlayerInfo[playerid][pVehicle]);
    return 1;
}


            new vid;
            vid = AddStaticVehicleEx(modelo_vehiculo,557.5,-1266.0,17.24,82.2873,0,1,0);
            PutPlayerInVehicle(playerid, vid, 0);
                    GivePlayerMoney(playerid, -costo_vehiculo);
                    new INI:File = INI_Open(UserPath(playerid));
                    INI_WriteInt(File,"VehicleID",vid);
                    return 0;
He intentado de todo, no me da error al compilar pero simplemente no funciona
Reply


Messages In This Thread
[DUDA]їComo guardo con y_ini? - by chusothe41 - 05.10.2013, 21:30
Respuesta: [DUDA]їComo guardo con y_ini? - by Adoniiz - 05.10.2013, 21:43
Re: [DUDA]їComo guardo con y_ini? - by chusothe41 - 06.10.2013, 12:19

Forum Jump:


Users browsing this thread: 1 Guest(s)