Commit graph

16 commits

Author SHA1 Message Date
Back-Slash-N 436593031f
fix: make BroadcastMessage actually send a message to all players 2026-03-21 16:11:31 -04:00
Soda Can bd24ac2201 stuff 2026-03-13 14:55:05 +11:00
Soda Can 438e5972bd why 2026-03-11 16:01:41 +11:00
Soda Can 2cde10f835 change loading menu to gdi aswell 2026-03-10 16:54:43 +11:00
Soda Can ee8d07b6f7 changed mod menu to use gdi 2026-03-10 16:47:33 +11:00
Soda Can a498f5ea5e fix OnLevelLoad and OnLevelUnload 2026-03-10 15:55:50 +11:00
Soda Can 0666206f58 chuk 2026-03-10 15:44:39 +11:00
Soda Can b0857b5c04 fixed level load stuff 2026-03-10 15:37:09 +11:00
Soda Can e4684d18db wtf happened to the log 😭 2026-03-10 15:30:18 +11:00
Soda Can 40aea3e780 idrk 2026-03-10 15:28:01 +11:00
Soda Can 6c101a6b1b try to fix crash 2026-03-10 15:20:41 +11:00
Soda Can 569c7f35c0 more shit 2026-03-10 15:17:59 +11:00
Soda Can 8c5de84884 remove leftover comment 2026-03-10 15:14:57 +11:00
Soda Can 8e0b047d33 added player states and info and stats 2026-03-10 15:14:22 +11:00
Soda Can 94999b1812 edited sdk to add new function: GetPlayerX, GetPlayerY, GetPlayerZ and GetPlayerPos
Call GetPlayerPos like this and get output

PlayerPos pos = SDK::GetPlayerPos();
SDK::Log(L"X: " + std::to_wstring(pos.x));
SDK::Log(L"Y: " + std::to_wstring(pos.y));
SDK::Log(L"Z: " + std::to_wstring(pos.z));

Call GetPlayerX or Y or Z like this and get output

double x = SDK::GetPlayerX();
double y = SDK::GetPlayerY();
double z = SDK::GetPlayerZ();
2026-03-10 15:04:38 +11:00
Soda Can fe76832d96 jhkzdjhrisdk 2026-03-09 16:37:23 +11:00