[bot] Implement ScrSetSpawnInfo(...)

This commit is contained in:
RD42
2024-06-02 22:36:16 +08:00
parent 1b58865926
commit 05e65e3d17
4 changed files with 29 additions and 8 deletions

View File

@ -61,3 +61,11 @@ void SignalHandler(int sig);
long GetTickCount();
char* strlwr(char* str);
#endif
#pragma pack(1)
typedef struct _PLAYER_SPAWN_INFO
{
char _gap0[46];
} PLAYER_SPAWN_INFO;