Arkadaşlar aşağıdaki şu kodları r6 ya çevirebilirmisiniz modum r6 uyumluda
new rows = cache_num_rows();
if(rows)
{
new id, loaded, owned, label[256];
while(loaded < rows)
{
id = cache_get_field_content_int(loaded, "ID");
cache_get_field_content(loaded, "HouseName", HouseData[id][Name], .max_len = MAX_HOUSE_NAME);
cache_get_field_content(loaded, "HouseOwner", HouseData[id][Owner], .max_len = MAX_PLAYER_NAME);
cache_get_field_content(loaded, "HousePassword", HouseData[id][Password], .max_len = MAX_HOUSE_PASSWORD);
HouseData[id][houseX] = cache_get_field_content_float(loaded, "HouseX");
HouseData[id][houseY] = cache_get_field_content_float(loaded, "HouseY");
HouseData[id][houseZ] = cache_get_field_content_float(loaded, "HouseZ");
HouseData[id][Price] = cache_get_field_content_int(loaded, "HousePrice");
HouseData[id][Interior] = cache_get_field_content_int(loaded, "HouseInterior");
HouseData[id][LockMode] = cache_get_field_content_int(loaded, "HouseLock");
HouseData[id][SafeMoney] = cache_get_field_content_int(loaded, "HouseMoney");
HouseData[id][LastEntered] = cache_get_field_content_int(loaded, "LastEntered");
Neden R6'ya çeviriyorsun?
R39 daha güncel bir sürüm.
Alıntı yapılan: RECEP - 31 Ocak 2018, 23:11:23
Neden R6'ya çeviriyorsun?
R39 daha güncel bir sürüm.
Bir nedenim var ondan dolayı.
Yardım edicek varmı ?
up