printf message not displaying
#10

pawn Код:
forward LoadStuff();
public LoadStuff()
{
    new rows = cache_num_rows();
    for(new i; i < rows; i++)
    {
        id = cache_get_field_content_int(i, "ID");
       
        cache_get_field_content(i, "Name", StuffInfo[id][sName], .max_len = MAX_STUFF_NAME);
        StuffInfo[id][sType]        = cache_get_field_content_int(i, "Type");
        StuffInfo[id][sEconomyType] = cache_get_field_content_int(i, "EconomyType");
        StuffInfo[id][sTax]         = cache_get_field_content_int(i, "Tax");
        StuffInfo[id][sVault]       = cache_get_field_content_int(i, "Vault");
    }
    printf(" [Stuff System] Loaded %d stuff.", rows);
    return 1;
}
Reply


Messages In This Thread
printf message not displaying - by AchievementMaster360 - 24.07.2015, 03:22
Re: printf message not displaying - by trablon - 24.07.2015, 03:48
Re: printf message not displaying - by AchievementMaster360 - 24.07.2015, 03:55
Re: printf message not displaying - by trablon - 24.07.2015, 03:57
Re: printf message not displaying - by AchievementMaster360 - 24.07.2015, 04:04
Re: printf message not displaying - by trablon - 24.07.2015, 04:07
Re: printf message not displaying - by AchievementMaster360 - 24.07.2015, 04:15
Re: printf message not displaying - by trablon - 24.07.2015, 04:23
Re: printf message not displaying - by AchievementMaster360 - 24.07.2015, 22:24
Re: printf message not displaying - by xVIP3Rx - 24.07.2015, 22:40

Forum Jump:


Users browsing this thread: 1 Guest(s)