mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-17 23:07:26 +08:00
feat(PlayerStruct): Added net_player property
This commit is contained in:
parent
12050657ec
commit
6e238479a6
@ -1,4 +1,5 @@
|
||||
#pragma once
|
||||
#include "gta/player.hpp"
|
||||
|
||||
#ifndef PLAYER_STRUCT
|
||||
#define PLAYER_STRUCT
|
||||
@ -13,6 +14,8 @@ namespace big
|
||||
bool is_friend = false;
|
||||
bool is_online = false;
|
||||
|
||||
CNetGamePlayer* net_player;
|
||||
|
||||
bool operator < (const CPlayer& another) const
|
||||
{
|
||||
char temp[20], temp2[20];
|
||||
|
Loading…
x
Reference in New Issue
Block a user