Setting data incorrectly [Random]
#2

Try this :

PHP код:
public loadMBs()
{
    print(
"loading moneybags initialized");
    for(new 
0cache_get_row_count(mysql); ++i)
    {
        
cache_get_field_content(0"mbloc"MBInfo[i][mbloc], mysql,128);
        
MBInfo[i][mbX] = cache_get_field_content_float(1"mbX"mysql);
        
MBInfo[i][mbY] = cache_get_field_content_float(2"mbY"mysql);
        
MBInfo[i][mbZ] = cache_get_field_content_float(3"mbZ"mysql);
        
totalMoneyBags++;
    }
    
printf("%d moneybags loaded!"totalMoneyBags);
    
mbTimer[1] = SetTimer("MoneyBag"300000true);
    return 
1;

Reply


Messages In This Thread
Setting data incorrectly [Random] - by Affan - 21.05.2015, 17:51
Re: Setting data incorrectly [Random] - by rappy93 - 21.05.2015, 18:00
Re: Setting data incorrectly [Random] - by Affan - 21.05.2015, 18:04
Re: Setting data incorrectly [Random] - by Ghazal - 21.05.2015, 18:42
Re: Setting data incorrectly [Random] - by Affan - 22.05.2015, 03:58
Re: Setting data incorrectly [Random] - by Vince - 22.05.2015, 07:49

Forum Jump:


Users browsing this thread: 1 Guest(s)