Search results

  1. S

    Help help lua

    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 =...
  2. S

    Help Lua Help Keybinder

    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...
  3. S

    Help Ahk Get Text From Samp

    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
Top