- 6
- 0
Помогите сделать задержку в скрипте
Вот код:
imgui.SetCursorPosX((imgui.GetWindowWidth() - imgui.CalcTextSize(u8"Helps").x) / 40)
imgui.SameLine()
if imgui.Button( '/gethere', imgui.ImVec2(85, 20), false) then act.v = 0
sampSendChat("/reoff")
sampSendChat("/gethere " ..spec_id) end
Получается sampSendChat("/reoff")
Тут задержку сделать
sampSendChat("/gethere " ..spec_id)
Просто так оно сначало тепает, а потом выхожу с рекона
Вот код:
imgui.SetCursorPosX((imgui.GetWindowWidth() - imgui.CalcTextSize(u8"Helps").x) / 40)
imgui.SameLine()
if imgui.Button( '/gethere', imgui.ImVec2(85, 20), false) then act.v = 0
sampSendChat("/reoff")
sampSendChat("/gethere " ..spec_id) end
Получается sampSendChat("/reoff")
Тут задержку сделать
sampSendChat("/gethere " ..spec_id)
Просто так оно сначало тепает, а потом выхожу с рекона