mirror of
https://github.com/BeamMP/Docs.git
synced 2025-07-02 07:55:37 +00:00
handle error on GetPositionRaw
This commit is contained in:
parent
887c2945cb
commit
b8f3185bdc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user