mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 22:47:29 +08:00
[bot] Implement n_SetMyFacingAngle(...)
This commit is contained in:
parent
5ce9095241
commit
a25cec876a
@ -220,8 +220,8 @@ static cell AMX_NATIVE_CALL n_GetMyFacingAngle(AMX *amx, cell *params)
|
||||
// native SetMyFacingAngle(Float:ang)
|
||||
static cell AMX_NATIVE_CALL n_SetMyFacingAngle(AMX *amx, cell *params)
|
||||
{
|
||||
// TODO: n_SetMyFacingAngle
|
||||
return 0;
|
||||
pNetGame->SetMyZAngle(amx_ctof(params[1]));
|
||||
return 1;
|
||||
}
|
||||
|
||||
// native GetDistanceFromMeToPoint(Float:X, Float:Y, Float:Z, &Float:Distance)
|
||||
|
Loading…
Reference in New Issue
Block a user