mysql insert
#4

ohh really.. thank!
and the load?
PHP код:
stock Load3DTextLabels()
{
    new
        
Str[100],
        
text[128],
        
Float:x,
        
Float:y,
        
Float:z,
        
Float:tavolsag,
        
wv,
        
total;
        
      
format(querysizeof(query), "SELECT * FROM `3dtextlabel`");
    
mysql_query(sqldbquery);
    
mysql_store_result();
    if(
mysql_num_rows() > 0)
    {
        while(
mysql_fetch_row(Str))
        {
            
sscanf(Str"p<|>s[128]ffffi"textxyztavolsagwv);
            
Create3DTextLabel(text0xFF0606FFxyztavolsagwv1);
            
total++;
            
printf("debug: %s %f %f %f %f i",textxyztavolsagwv);
        }
    }
    
mysql_free_result();
    
printf("%i textlabel betцltve!",total);
    return 
1;

Reply


Messages In This Thread
mysql insert - by n00el - 13.05.2014, 14:29
Re: mysql insert - by Luis- - 13.05.2014, 14:32
Re: mysql insert - by Vince - 13.05.2014, 14:34
Re: mysql insert - by n00el - 13.05.2014, 14:36
Re: mysql insert - by Luis- - 13.05.2014, 14:36
Re: mysql insert - by n00el - 13.05.2014, 14:39
Re: mysql insert - by n00el - 13.05.2014, 14:44
Re: mysql insert - by n00el - 13.05.2014, 15:11
Re: mysql insert - by Madd92 - 13.05.2014, 15:28
Re: mysql insert - by n00el - 13.05.2014, 15:32

Forum Jump:


Users browsing this thread: 2 Guest(s)