local imgui = require('imgui')
local vkeys = require('vkeys')
local ffi = require('ffi')
local getVehiclePosition = ffi.cast("int (__thiscall*)(void*, float*, int, bool)", 0x5E4280)
local mainWindowState = imgui.ImBool(false)
local smooth = imgui.ImFloat(0.0)
local radius =...
i use cleo 4.0, [11:26:02] SAMPFUNCS v5.3 release #17 (SA-MP 0.3.7) loaded. Base address: 0x724F0000., and Silent's ASI Loader 1.3
i use the cleo spread.cs maybe made by opcode, it actually appears in the screen "spread on" but when test, it not work, any solution?
local sampev = require 'samp.events'
function waitUntilSampAvailable()
while not isSampAvailable() do
wait(0)
end
end
function main()
waitUntilSampAvailable()
end
function sampev.onServerMessage(colour, msg)
lua_thread.create(function()
local preText =...
soo this is my script for keybind using imgui in lua, but it wont work in game, even I press "K", When I delete function events.onServerMessage, it work perfectly but I cant costum keybind in game
here is
local imgui = require 'imgui'
local key = require 'vkeys'
local sampev = require...
can anyone make ahk that will type t/bla bla ( I will change it my self) When the screen appears (from dialog text) "Air support Now is avaible"
make it with ahk
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.