Skip to content

Instantly share code, notes, and snippets.

View erroris3's full-sized avatar
👻

Nitipoom Aumpitak erroris3

👻
View GitHub Profile
@erroris3
erroris3 / th-address.json
Created November 21, 2023 05:01 — forked from mennwebs/th-address.json
Thai Address from Postal Code - JSON
This file has been truncated, but you can view the full file.
[
{
"zipCode": "10100",
"subDistrictList": [
{
"subDistrictId": "100801",
"districtId": "1008",
"provinceId": "10",
"subDistrictName": "ป้อมปราบ"
},
@erroris3
erroris3 / note-useful.md
Last active January 7, 2023 17:21
coding
@erroris3
erroris3 / tips
Created May 28, 2022 04:00
valorant
ไม่จำเป็นต้องวางเป้ามุมตลอด แล้วก็ไม่ต้องระดับหัวของแมพ เน้นที่คน แบบว่างเป้าเผื่อหัวคน ไม่ใช่ วางระดับหัวกำแพง
เล่นมั่นใจ เล่นให้ฉลาด อย่าเอาแต่วางเป้า
คิดว่าเขาจะมาแล้วค่อยวางหรือว่าเขาอยู่ ไม่ใช่เล่นวางให้ตัวเองเสีย timming การเดินแล้วรู้สึกอันตราย
หายใจทางปากเป็นการเหมือนเข้าโหมด เพราะไม่รู้ว่า focus ยังไง เป็น physical way ทางเดียวที่ควบคุมได้แล้วไม่กระทบการยิง
จะนั้งยังไงเรื่องของมึง นั้งให้ถนัด แล้วเข้าโหมดเอา
ถนัดไม่นั้งมากกว่า ดังนั้นไม่ต้องนั้งไอสัส
วัดคือวัด อย่าไปกลัวเชิงแล้ววัดเลย อย่าไปครึ่งๆกลางๆ
@erroris3
erroris3 / common.lua
Last active May 14, 2023 19:04
🥨 FIVEM NOTE
<script src="nui://game/ui/jquery.js" type="text/javascript"></script>
Client.inventoryImagePath = 'nui://esx_inventoryhud/html/img/items/';
-- SetEntityDrawOutline(obj, true)
-- SetEntityDrawOutlineColor(255, 0, 10, 255)
-- SetEntityDrawOutlineShader(1)
function TriggerNuiEvent(action, data)
SendNUIMessage({
action = action,
data = data,