mirror of
https://github.com/BeamMP/Docs.git
synced 2026-02-16 10:30:56 +00:00
handle error on GetPositionRaw
This commit is contained in:
@@ -413,7 +413,11 @@ local vehicle_id = 0
|
||||
|
||||
local raw_pos, error = MP.GetPositionRaw(player_id, vehicle_id)
|
||||
|
||||
print(raw_pos)
|
||||
if error == "" then
|
||||
print(raw_pos)
|
||||
else
|
||||
print(error)
|
||||
end
|
||||
```
|
||||
Output:
|
||||
```json
|
||||
|
||||
Reference in New Issue
Block a user