DESCRIPTION
if you does like this:
Vector3 pos = API.GetEntityCoords(playerid, false, false); bool existe = API.IsAnyPedNearPoint(pos.X,pos.Y,pos.Z, 5.0F);
It will always return TRUE because of your Player.
if you does like this:
Vector3 pos = API.GetEntityCoords(playerid, false, false); bool existe = API.IsAnyPedNearPoint(pos.X,pos.Y,pos.Z, 5.0F);
It will always return TRUE because of your Player.
Red Dead Redemption 2 Native Database by www.mod-rdr.com, includes contributions by gudmunduro and alloc8or.
Recommended Comments
There are no comments to display.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.