From 2703cfe7a58b9538cca108e7d9b0e6b3c9c6ec4c Mon Sep 17 00:00:00 2001 From: RD42 <42702181+dashr9230@users.noreply.github.com> Date: Sun, 7 Jul 2024 22:46:20 +0800 Subject: [PATCH] [bot] Update netgame.h --- bot/net/netgame.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bot/net/netgame.h b/bot/net/netgame.h index e2a172b..83b66af 100644 --- a/bot/net/netgame.h +++ b/bot/net/netgame.h @@ -101,9 +101,6 @@ public: void SendChat(char *szText); void SendCommand(char *szCommand); - BOOL IsPlayerAdded(PLAYERID playerId); - void SetMyZAngle(float fAngle); - void SetPlayerAdded(PLAYERID playerId, BOOL a2); void SetVehicleAdded(VEHICLEID VehicleID, BOOL a2); void SetPlayerState(PLAYERID playerId, BYTE byteState); @@ -114,10 +111,12 @@ public: BYTE GetPlayerHealth(PLAYERID playerId); BYTE GetPlayerArmour(PLAYERID playerId); BOOL GetPlayerKeys(PLAYERID playerId, WORD *udAnalog, WORD *lrAnalog, WORD *wKeys); + BOOL IsPlayerAdded(PLAYERID playerId); BOOL IsVehicleAdded(VEHICLEID VehicleID); PVECTOR GetMyPos(PVECTOR Vector); void SetMyPos(PVECTOR Vector); float GetMyZAngle(); + void SetMyZAngle(float fAngle); void StopRecordingPlayback(); void PauseRecordingPlayback();