i tried this for debugging, but screen cords are always 0, 0... is ViewMatrix Problem or my w2s problem?
import pymem
import pymem.process
import struct
import win32gui
import math
import time
# Offsets
SAMP_INFO_OFFSET = 0x21A0F8
PPOOL_OFFSET = 0x3CD
PLAYER_POOL_OFFSET = 0x18...