F5
เปลี่ยน F5
1. เปิดไฟล์ survivorSystem_client.lua Ctrl+F ค้นหา F5 แล้วให้หา
setTimer(refreshDebugMonitor, 2000, 0)
ที่อยู่ ด้านล่าง นิดนึง
2. เข้าไปดาวน์โหลด SurvivorSystem_client
มาวางทับจาก statsLabel = {}
ถึง
setTimer(refreshDebugMonitor, 2000, 0)
วิธีแก้ไข เข้าเซิฟแล้ว กด F5 ถึงจะแสดง
ค้นหา F5 แล้วดูตรง guiSetVisible(statsWindows, true) เปลี่ยนให้เป็น false
if getElementData(localPlayer, "logedin") then
guiSetVisible(statsWindows, true) ◄◄◄◄◄◄◄◄{ เปลี่ยนเป็น false }
else
guiSetVisible(statsWindows, false)
end
แบบสวยๆ