Search results

  1. D

    Help Translation from Russian to English

    Hello, I need help with translating this damage informer from Russian to English please! I cannot understand Russian which makes it hard for me to use it. Thank you!
  2. D

    Help with autosigncheck code

    Is this code right to automate a signcheck or something is missing? require "lib.moonloader" local sampev = require 'lib.samp.events' function main() while not isSampAvailable() do wait(0) end reset() while true do wait(100) if checkFound then...
  3. D

    Auto Vest Accepted for SAMP (LUA version)

    Hey, so I've been trying to code a LUA version of auto accepting vests. I am having a hard time doing it because I just learned LUA and don't know much about it. Sometimes I run into barriers and can't overcome them. I need help with my code. I would appreciate it if you guys could help me get...
  4. D

    Help Auto Accept Vest LUA

    Hey there! I am trying to make a auto accept vest but my code doesn’t seem to work. Here is my code, I’d appreciate it if you guys could help me. require "lib.sampfuncs" function main() sampAddChatMessage("{FFFFFF}AutoAccept - {0085ff}[Credit: Y2K]", -1) local isModActive = true --...
  5. D

    Help Gambling script

    Hello, I just had a quick question. Do you guys think it’d be possible to manipulate a gambling script on a samp rp server? Take HZRP for example, would it be possible to code a script to manipulate it and have odds in your favor most of the times?
Top