mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 22:47:29 +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;
|
||||
}
|
||||
|
||||
// native UsePlayerPedAnims()
|
||||
static cell AMX_NATIVE_CALL n_UsePlayerPedAnims(AMX *amx, cell *params)
|
||||
{
|
||||
// TODO: UsePlayerPedAnims
|
||||
return 0;
|
||||
pNetGame->m_bUseCJWalk = true;
|
||||
return 1;
|
||||
}
|
||||
|
||||
// native DisableInteriorEnterExits()
|
||||
|
Loading…
Reference in New Issue
Block a user