ANTICHAT

ANTICHAT (https://forum.antichat.xyz/index.php)
-   Общие вопросы программирования (https://forum.antichat.xyz/forumdisplay.php?f=206)
-   -   SAMP API (https://forum.antichat.xyz/showthread.php?t=1502549)

S0D3 05.02.2024 12:14

Как выдать хп в SAMP API?

Adofe 06.02.2024 09:40

C++:





Код:

r3
sampapi
::
v037r3
::
RefNetGame
(
)
->
GetPlayerPool
(
)
->
GetLocalPlayer
(
)
->
m_pPed
->
SetHealth
(
value
)
;
r1
sampapi
::
v037r1
::
RefNetGame
(
)
->
GetPlayerPool
(
)
->
GetLocalPlayer
(
)
->
m_pPed
->
SetHealth
(
value
)
;



Время: 10:55