07.05.2014, 18:32
Here's loading stuff from database...
Quote:
cache_get_row(0, 22, number), KasutajaInfo[playerid][pHoiatused] = strval(number); cache_get_row(0, 23, string); format(KasutajaInfo[playerid][pHoiatus1], 128, "%s", string); cache_get_row(0, 24, string); format(KasutajaInfo[playerid][pHoiatus2], 128, "%s", string); cache_get_row(0, 25, string); format(KasutajaInfo[playerid][pHoiatus3], 128, "%s", string); |