mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-17 05:56:02 +01:00
Remove gta progressbar print from testing
This commit is contained in:
@@ -231,7 +231,6 @@ function gtaProgressBar(data)
|
|||||||
while result == nil do Wait(10) end
|
while result == nil do Wait(10) end
|
||||||
inProgress = false
|
inProgress = false
|
||||||
|
|
||||||
print(tostring(result))
|
|
||||||
-- Cleanup animations/tasks
|
-- Cleanup animations/tasks
|
||||||
if data.dict then
|
if data.dict then
|
||||||
stopAnim(data.dict, data.anim, ped)
|
stopAnim(data.dict, data.anim, ped)
|
||||||
@@ -240,7 +239,6 @@ function gtaProgressBar(data)
|
|||||||
ClearPedTasks(ped)
|
ClearPedTasks(ped)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
-- Cleanup
|
-- Cleanup
|
||||||
FreezeEntityPosition(ped, false)
|
FreezeEntityPosition(ped, false)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user