[Ajuda] Nгo carrega
#8

Tente:
PHP Code:
mysql_tquery(IDConexao"SELECT * FROM Label""CarregarLabel"""); 
PHP Code:
forward CarregarLabel();
public 
CarregarLabel()
{
    new 
rows cache_get_row_count();
    if(
rows 0)
    {
        for(new 
0rowsi++)
        {
            
cache_get_field_content(i"Texto"LabelInfo[i][TextoLabel], .max_len MAX_LABEL_TEXT);
            
LabelInfo[i][LabelX] = cache_get_field_content_float(i"LabelX");
            
LabelInfo[i][LabelY] = cache_get_field_content_float(i"LabelY");
            
LabelInfo[i][LabelZ] = cache_get_field_content_float(i"LabelZ");
            
Create3DTextLabel(LabelInfo[i][TextoLabel], -1LabelInfo[i][LabelX], LabelInfo[i][LabelY], LabelInfo[i][LabelZ], 40.000);
        }
    }
    return 
1;

Reply


Messages In This Thread
Nгo carrega - by GustavoSouza - 05.08.2017, 18:17
Re: Nгo carrega - by RodrigoMSR - 05.08.2017, 18:26
Re: Nгo carrega - by GustavoSouza - 05.08.2017, 18:28
Re: Nгo carrega - by RodrigoMSR - 05.08.2017, 18:31
Re: Nгo carrega - by GustavoSouza - 05.08.2017, 18:34
Re: Nгo carrega - by RodrigoMSR - 05.08.2017, 18:36
Re: Nгo carrega - by GustavoSouza - 05.08.2017, 18:40
Re: Nгo carrega - by RodrigoMSR - 05.08.2017, 18:41
Re: Nгo carrega - by GustavoSouza - 05.08.2017, 18:57

Forum Jump:


Users browsing this thread: 1 Guest(s)