GNOx1 ยินดีต้อนรบเข้าสู่เพจของ GNOx1
เพจนี้สำหรับลงคลิปฟรีฟายสนุกๆเท่านั้น
ขอบคุณที่ติดตามรับชมงับ 🙏🏻
(3)

30/05/2026

แบก GM อะครับ

19/05/2026

ทำไมพี่ถึง ไม่มีตัว V

18/05/2026

ใครคือผู้บุกเบิกเรื่องนี้ ?

15/05/2026

ล็อกตัวล้มเฉย 555

15/05/2026

สมัยก่อนทำคลิปยากมาก

13/05/2026

เซตนี้ในยุคนั้น .. ใครเห็นก็หนีครับ

12/05/2026

รอบนี้ย้อนไม่ไกลครับ

12/05/2026

ยุคนี้ต้องยกให้เค้าจริง

10/05/2026

ไทม์แมชชีนไปหาอาวุธ

09/05/2026

คนดัง = ยุคของเกม

ที่อยู่

มิตรภาพ
Nakhon Ratchasima
30280

เว็บไซต์

แจ้งเตือน

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

แชร์

//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); });