Skip to content

Instantly share code, notes, and snippets.

View The-Musaigen's full-sized avatar

Musaigen The-Musaigen

View GitHub Profile
@The-Musaigen
The-Musaigen / BlipsEnchanced.cpp
Created September 2, 2021 16:14
GTA:SAMP modification that allows to see players identifiers on the radar.
#include <main.h>
IniFile gIniFile{ ".\\BlipsEnchancedByMusaigen.ini" };
CD3DFont* gFont{ nullptr };
Hook* hkPoolInstantiate{ nullptr };
Hook* hkProcess{ nullptr };
Hook* hkPresent{ nullptr };
Hook* hkReset{ nullptr };