Search results

  1. M

    Help dialog thing

    local key = require 'vkeys' pcall(require, 'sflua') function main() if isSampLoaded() then if wasKeyPressed(key.VK_Z) then sampSendDialogResponse(2063, 0, 11, ' ') end end end this code works, it doesn't throw any error or problem in...
  2. M

    Help dialog thing

    nah, tried everything @Tuzas need yo help
  3. M

    Help dialog thing

    hello, I made a lua where the script by clicking on the letter Z, the script will automatically open /mechanic menu and select "Sutvarkyti kebula(€500) but something is wrong with the script, it just throws errors and that's it, and it doesn't open the latest art local key = require 'vkeys'...
  4. M

    LUA Help How can I receive rpc event when the game is paused

    local memory = require 'memory' local afk = true function main() wait(3000) while true do wait(0) if testCheat('AFK') then afk = not afk printStringNow(afk and '~g~ AFK ON' or '~r~ AFK OFF', 2000) end if afk then...
  5. M

    Help HELP reconnect.lua

    LSHIFT+0 pcall(require, 'sflua') function main() while not isSampAvailable() do wait(100) end function atalhoReconnect() if isKeyDown(0x30) and isKeyDown(0xA0) then sampDisconnectWithReason(false) wait(3000) ip, port =...
  6. M

    Help HELP reconnect.lua

    evrything is working sir pcall(require, 'sflua') function main() while not isSampAvailable() do wait(100) end sampRegisterChatCommand("r", function() sampAddChatMessage("{32cd32}| INFO |{ffffff} lsg restartas pamoinekas", -1) lua_thread.create(function()...
  7. M

    Help car stealer

    lua sir, im not good at lua scripting so im always asking for help
  8. M

    Help car stealer

    in the video, you can see how a green tracer appears and tracer numbers at the end, [machines] this is the work of thieves, while driving, the thief must find a certain hidden machine, would it be possible to reproduce the same tracer?
  9. M

    Help SetVehicleVelocity

    is it possible somehow get whole code? im not good at LUA
  10. M

    Help SetVehicleVelocity

    nah, too much work, yes, because the bike can only go 70~80 and I have a script where when pressing MOUSE4, the bike should go more, something similar to "AUTO SWIM/RUNSPEED UP"
  11. M

    Help SetVehicleVelocity

    hello, is there any way to make the MTB bike not have a certain mileage (9999) I ride at a higher speed than is set by the server? Now, the MTB bike does not have a certain mileage, it rides max 70~80, but I would like to somehow get around such a thing, and pretend that I ride the bike on much...
  12. M

    CLEO Help cleo automatically mark the red checkpoints

    {$CLEO .cs} 0000: 'Author:' // Function to check if player is making a job function IsMakingJob() local job_id, has_job job_id = get_player_jobid($PLAYER_CHAR) has_job = job_id != 0 return has_job end REPEAT WAIT 0 UNTIL 0AFA: // Register C + L key combination 0A93: key_hook...
  13. M

    skriptukai, po skriptukais.

    skriptukai, po skriptukais.
Top