mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-01-04 00:23:22 +08:00
[server] Implement and match n_UsePlayerPedAnims(...)
This commit is contained in:
parent
c1bcb48b31
commit
36021314d4
@ -387,10 +387,11 @@ static cell AMX_NATIVE_CALL n_SetDisabledWeapons(AMX *amx, cell *params)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// native UsePlayerPedAnims()
|
||||||
static cell AMX_NATIVE_CALL n_UsePlayerPedAnims(AMX *amx, cell *params)
|
static cell AMX_NATIVE_CALL n_UsePlayerPedAnims(AMX *amx, cell *params)
|
||||||
{
|
{
|
||||||
// TODO: UsePlayerPedAnims
|
pNetGame->m_bUseCJWalk = true;
|
||||||
return 0;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
// native DisableInteriorEnterExits()
|
// native DisableInteriorEnterExits()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user