GetPickupsInArea
Available
Client
Syntax
GetPickupsInArea(settings)
Parameters
| Variable | Type |
|---|---|
| settings | Table |
Settings Parameters
| Variable | Type | Default |
|---|---|---|
| coords | Table | Empty |
| range | Float | 20 |
Coords Parameters
| Variable | Type | Default |
|---|---|---|
| x | Float | 0 |
| y | Float | 0 |
| z | Float | 0 |
Exemple
exports.ft_libs:GetPickupsInArea({
coords = {
x = 452.21,
y = 244.45,
z = 425.75,
}
})
Result
Table
Updated about 7 years ago
