D1 Gaming Best gaming creator!!
(1)

25/04/2026

When Will We Meet Again? by Mika Elara

24/04/2026

Turn Back Time for Us by Mika Elara

23/04/2026

I Love You Without Hope by Mika Elara

22/04/2026

Just a Little Strength by Mika Elara

21/04/2026

Please Tell Me the Truth by Mika Elara

20/04/2026

Between Love and Pity by Mika Elara

19/04/2026

I’ll Wipe My Own Tears by Mika Elara

18/04/2026

Love Turned Into a Sad Ending by Mika Elara

17/04/2026

Only in My Dreams I Forget You by Mika Elara

16/04/2026

No One Asks About Me by Mika Elara

15/04/2026

Eyes That Say Everything by Mika Elara

13/04/2026

Too Far to Hold You by Mika Elara

ที่อยู่

Na Phra Lan Road, Phra Borom Maha Ratchawang
Bangkok
10200

เบอร์โทรศัพท์

+66981568976

แจ้งเตือน

รับทราบข่าวสารและโปรโมชั่นของ D1 Gamingผ่านทางอีเมล์ของคุณ เราจะเก็บข้อมูลของคุณเป็นความลับ คุณสามารถกดยกเลิกการติดตามได้ตลอดเวลา

แชร์

//iconSize: [32, 32], //html: '' }) .bindTooltip(name, { //permanent: true, direction: 'bottom', //offset: L.point(12, 25), //opacity: 0.88, interactive: true }) .bindPopup(name); markersLayer.addLayer(marker); } function getMore() { if (gettingMore) { return; } gettingMore = true; var center = map.getCenter(); $.ajax({ url: "/vicinitysearch", data: { lat: center.lat, lng: center.lng, country: "THAILAND" } }) .done(function(data) { var added = 0; data.forEach(function(loc) { if (!locationIds.includes(loc.id)) { var mapLoc = {id:loc.id,lat:loc.latitude,lng:loc.longitude,title:trunc20(loc.name),popupHtml:loc.popupHtml,urlPath:loc.urlPath,pictureUrl:loc.pictureUrl}; locations.push(mapLoc); locationIds.push(loc.id); map._addMarker(mapLoc); added++; } }); }) .always(function() { gettingMore = false; }); } map._clearMarkers = function() { markersLayer.clearLayers(); } }); }, 4000); });