GTAMulti.com - Türkiye'nin Türkçe GTA Sitesi

Bazı kodları mysql r39'dan r 6 ya çevirme

Başlatan Bliss, 31 Ocak 2018, 23:00:29

« önceki - sonraki »

0 Üye ve 4 Ziyaretçi konuyu incelemekte.

Bliss

Arkadaşlar aşağıdaki şu kodları r6 ya çevirebilirmisiniz modum r6 uyumluda


PAWN Kodu: Seç
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");


Son düzenlenme: 01 Şubat 2018, 11:32:03 lostmode

_Code

Neden R6'ya çeviriyorsun?
R39 daha güncel bir sürüm.





SA:MP Turkiye CnR IP: server.sampturkiyecnr.com:7777

Bliss

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ı.


Bliss


Bliss