mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 14:25:38 +03:00
Fixed bug am43875
This commit is contained in:
parent
af5a7f5434
commit
6786b0e356
@ -2617,10 +2617,10 @@ static cell AMX_NATIVE_CALL get_user_aiming(AMX *amx, cell *params) /* 4 param *
|
|||||||
{
|
{
|
||||||
pfloat = (trEnd.vecEndPos - v_src).Length();
|
pfloat = (trEnd.vecEndPos - v_src).Length();
|
||||||
}
|
}
|
||||||
}
|
} else {
|
||||||
|
|
||||||
*cpId = 0;
|
*cpId = 0;
|
||||||
*cpBody = 0;
|
*cpBody = 0;
|
||||||
|
}
|
||||||
|
|
||||||
return amx_ftoc(pfloat);
|
return amx_ftoc(pfloat);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user