
10.05.2021, 22:07
|
|
Познающий
Регистрация: 18.09.2019
Сообщений: 31
С нами:
3502227
Репутация:
63
|
|
C++:
Код:
#define SAMP_FUNC_ADDTOCHATWND 0x67BE0
C++:
Код:
void
CChat
::
AddEntry
(
int
nType
,
const
char
*
szText
,
const
char
*
szPrefix
,
D3DCOLOR textColor
,
D3DCOLOR prefixColor
)
{
(
(
void
(
__thiscall
*
)
(
CChat
*
,
int
,
const
char
*
,
const
char
*
,
D3DCOLOR
,
D3DCOLOR
)
)
GetAddress
(
0x67BE0
)
)
(
this
,
nType
,
szText
,
szPrefix
,
textColor
,
prefixColor
)
;
}
|
|
|