Trasladar esto ????
#3

Quote:
Originally Posted by mcreed
Посмотреть сообщение
Nose si solo se crea el Pickup y Label, en caso de ser asi, creo que seria el siguiente codigo:
PHP код:
stock CargarNegocios()
{
    new 
query[256],neg 0;
    
mysql_query(mysql,"SELECT * FROM TABLA_NEGOCIOS");
    while(
neg cache_num_rows())
    {
        
InformacionNegocio[neg][nExtX] = cache_get_field_content_float(neg,"nExtX");
        
InformacionNegocio[neg][nExtY] = cache_get_field_content_float(neg,"nExtY");
        
InformacionNegocio[neg][nExtZ] = cache_get_field_content_float(neg,"nExtZ");
        
//etc
        
InformacionNegocio[neg][nPickup] = CreateDynamicPickup(12721InformacionNegocio[negocio][nExtX], InformacionNegocio[negocio][nExtY], InformacionNegocio[negocio][nExtZ], InformacionNegocio[negocio][nWorldExt]
        
neg++;
    }
    if(
negprintf("%d Negocios Cargados",neg);
    return 
1;

No entendi mucho, pero espero averte dado una idea por lo menos.
Muchas gracias hombre.
Reply


Messages In This Thread
Trasladar esto ???? - by Fagrinht - 01.04.2016, 21:43
Respuesta: Trasladar esto ???? - by mcreed - 02.04.2016, 22:32
Respuesta: Trasladar esto ???? - by Fagrinht - 03.04.2016, 00:13

Forum Jump:


Users browsing this thread: 3 Guest(s)