Cargado de coches
#3

їTe refieres a que si el archivo tiene tag?, sн, es 'data'

EDIT: Solucionado, he habнa faltado crear el
pawn Код:
forward CargarAutos_data(vehicleid,name[],value[]);
public CargarAutos_data(vehicleid,name[],value[])
{
    INI_Int("Modelo",InformacionA[vehicleid][aModelo]);
    INI_Float("PosX",InformacionA[vehicleid][aPosX]);
    INI_Float("PosY",InformacionA[vehicleid][aPosY]);
    INI_Float("PosZ",InformacionA[vehicleid][aPosZ]);
    INI_Float("Rotacion",InformacionA[vehicleid][aRotacion]);
    INI_Int("Color1",InformacionA[vehicleid][aColor1]);
    INI_Int("Color2",InformacionA[vehicleid][aColor2]);
    INI_Int("Tiempo respawn",InformacionA[vehicleid][aRespawn]);
    return 0;
}
Reply


Messages In This Thread
Cargado de coches - by Alexander11 - 31.08.2014, 04:27
Respuesta: Cargado de coches - by Zume - 31.08.2014, 08:32
Respuesta: Cargado de coches - by Alexander11 - 31.08.2014, 16:06

Forum Jump:


Users browsing this thread: 2 Guest(s)